1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-21 17:36:52 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2024-08-06 23:11:02 +01:00
parent 441b7e8ed3
commit 7d11e07adb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 1233 additions and 358 deletions

1559
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,19 +33,19 @@
"*.md": ["markdownlint --config '.config/markdownlint.json'"] "*.md": ["markdownlint --config '.config/markdownlint.json'"]
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.1", "@astrojs/check": "^0.9.2",
"@astrojs/react": "^3.6.1", "@astrojs/react": "^3.6.1",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6", "@astrojs/sitemap": "^3.1.6",
"@coingecko/cryptoformat": "^0.8.2", "@coingecko/cryptoformat": "^0.8.2",
"@nanostores/persistent": "^0.10.1", "@nanostores/persistent": "^0.10.2",
"@nanostores/query": "^0.3.3", "@nanostores/query": "^0.3.3",
"@nanostores/react": "^0.7.2", "@nanostores/react": "^0.7.3",
"@radix-ui/react-select": "^2.1.1", "@radix-ui/react-select": "^2.1.1",
"@rainbow-me/rainbowkit": "^2.1.3", "@rainbow-me/rainbowkit": "^2.1.4",
"@tanstack/react-query": "^5.51.16", "@tanstack/react-query": "^5.51.21",
"astro": "4.13.0", "astro": "4.13.1",
"astro-expressive-code": "^0.35.3", "astro-expressive-code": "^0.35.6",
"astro-redirect-from": "^1.1.0", "astro-redirect-from": "^1.1.0",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"dms2dec": "^1.1.0", "dms2dec": "^1.1.0",
@ -54,27 +54,27 @@
"fraction.js": "^4.3.7", "fraction.js": "^4.3.7",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"motion": "^10.18.0", "motion": "^10.18.0",
"nanostores": "^0.10.3", "nanostores": "^0.11.2",
"pigeon-maps": "^0.21.6", "pigeon-maps": "^0.21.6",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"sharp": "^0.33.4", "sharp": "^0.33.4",
"slugify": "^1.6.6", "slugify": "^1.6.6",
"swr": "^2.2.5", "swr": "^2.2.5",
"viem": "^2.18.7", "viem": "^2.18.8",
"wagmi": "^2.12.2" "wagmi": "^2.12.4"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.8.3", "@biomejs/biome": "^1.8.3",
"@kremalicious/config": "^1.0.2", "@kremalicious/config": "^1.0.2",
"@playwright/test": "^1.45.3", "@playwright/test": "^1.46.0",
"@testing-library/jest-dom": "^6.4.8", "@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0", "@testing-library/react": "^16.0.0",
"@types/node": "^22.0.2", "@types/node": "^22.1.0",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "^2.0.4", "@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.4", "@vitest/ui": "^2.0.5",
"globby": "^14.0.2", "globby": "^14.0.2",
"hast-util-to-html": "^9.0.1", "hast-util-to-html": "^9.0.1",
"husky": "^9.1.4", "husky": "^9.1.4",
@ -88,11 +88,11 @@
"ora": "^8.0.1", "ora": "^8.0.1",
"sharp-ico": "^0.1.5", "sharp-ico": "^0.1.5",
"svgo": "^3.3.2", "svgo": "^3.3.2",
"tsx": "^4.16.2", "tsx": "^4.16.5",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"vite-tsconfig-paths": "^4.3.2", "vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.4" "vitest": "^2.0.5"
}, },
"engines": { "engines": {
"node": "20" "node": "20"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 24 KiB