1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-03 14:44:29 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2024-08-12 13:34:49 +02:00
parent c6a264c9de
commit 98ab860737
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 649 additions and 171 deletions

800
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,19 +34,19 @@
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/react": "^3.6.1",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@coingecko/cryptoformat": "^0.8.2",
"@nanostores/persistent": "^0.10.2",
"@nanostores/query": "^0.3.3",
"@nanostores/query": "^0.3.4",
"@nanostores/react": "^0.7.3",
"@radix-ui/react-select": "^2.1.1",
"@rainbow-me/rainbowkit": "^2.1.4",
"@tanstack/react-query": "^5.51.21",
"astro": "4.13.1",
"@tanstack/react-query": "^5.51.23",
"astro": "4.13.3",
"astro-expressive-code": "^0.35.6",
"astro-redirect-from": "^1.1.0",
"astro-redirect-from": "^1.2.0",
"date-fns": "^3.6.0",
"dms2dec": "^1.1.0",
"fast-exif": "^2.0.1",
@ -61,8 +61,8 @@
"sharp": "^0.33.4",
"slugify": "^1.6.6",
"swr": "^2.2.5",
"viem": "^2.18.8",
"wagmi": "^2.12.4"
"viem": "^2.19.4",
"wagmi": "^2.12.5"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
@ -70,7 +70,7 @@
"@playwright/test": "^1.46.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "^2.0.5",
@ -88,10 +88,10 @@
"ora": "^8.0.1",
"sharp-ico": "^0.1.5",
"svgo": "^3.3.2",
"tsx": "^4.16.5",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"unist-util-visit": "^5.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"engines": {