mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-21 17:36:52 +01:00
dependencies updates
This commit is contained in:
parent
44aba333fa
commit
58fdbf2783
6705
package-lock.json
generated
6705
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@ -50,35 +50,35 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"@astrojs/react": "^3.1.0",
|
||||
"@astrojs/rss": "^4.0.5",
|
||||
"@astrojs/sitemap": "^3.1.1",
|
||||
"@astrojs/react": "^3.6.0",
|
||||
"@astrojs/rss": "^4.0.6",
|
||||
"@astrojs/sitemap": "^3.1.6",
|
||||
"@coingecko/cryptoformat": "^0.8.1",
|
||||
"@nanostores/persistent": "^0.10.1",
|
||||
"@nanostores/query": "^0.2.10",
|
||||
"@nanostores/query": "^0.3.3",
|
||||
"@nanostores/react": "^0.7.2",
|
||||
"@radix-ui/react-select": "^2.0.0",
|
||||
"@rainbow-me/rainbowkit": "^2.0.2",
|
||||
"@tanstack/react-query": "^5.27.5",
|
||||
"astro": "4.9.2",
|
||||
"astro-expressive-code": "^0.33.4",
|
||||
"astro-redirect-from": "^1.0.6",
|
||||
"@radix-ui/react-select": "^2.1.1",
|
||||
"@rainbow-me/rainbowkit": "^2.1.2",
|
||||
"@tanstack/react-query": "^5.45.1",
|
||||
"astro": "4.11.0",
|
||||
"astro-expressive-code": "^0.35.3",
|
||||
"astro-redirect-from": "^1.0.8",
|
||||
"date-fns": "^3.6.0",
|
||||
"dms2dec": "^1.1.0",
|
||||
"fast-exif": "^2.0.1",
|
||||
"feather-icons": "^4.29.1",
|
||||
"feather-icons": "^4.29.2",
|
||||
"fraction.js": "^4.3.7",
|
||||
"fuse.js": "^7.0.0",
|
||||
"motion": "^10.17.0",
|
||||
"nanostores": "^0.10.0",
|
||||
"pigeon-maps": "^0.21.4",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"motion": "^10.18.0",
|
||||
"nanostores": "^0.10.3",
|
||||
"pigeon-maps": "^0.21.6",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"sharp": "^0.33.4",
|
||||
"slugify": "^1.6.6",
|
||||
"swr": "^2.2.5",
|
||||
"viem": "^2.8.5",
|
||||
"wagmi": "^2.5.7"
|
||||
"viem": "^2.16.1",
|
||||
"wagmi": "^2.10.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.1.0",
|
||||
|
@ -13,7 +13,11 @@ export default getViteConfig({
|
||||
'./scripts/**/*.test.?(c|m)[jt]s?(x)'
|
||||
],
|
||||
deps: {
|
||||
moduleDirectories: ['node_modules', './test/__mocks__']
|
||||
moduleDirectories: [
|
||||
'node_modules',
|
||||
'./test/__mocks__',
|
||||
'./src/images/components/react'
|
||||
]
|
||||
},
|
||||
coverage: {
|
||||
all: true,
|
||||
|
Loading…
Reference in New Issue
Block a user