bump deps

This commit is contained in:
Aria 2025-03-10 12:23:08 +11:00
parent 8439519feb
commit 489ee77341
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 257 additions and 238 deletions

View file

@ -4,7 +4,7 @@
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && ./compress-images.sh && astro build",
"build": "astro check && astro build && ./compress-images.sh",
"preview": "astro preview",
"astro": "astro"
},
@ -14,7 +14,7 @@
"@astrojs/preact": "^4.0.5",
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^5.1.5",
"astro": "^5.4.1",
"astro": "^5.4.2",
"astro-icon": "^1.1.5",
"preact": "^10.26.4",
"sharp": "^0.33.5",
@ -24,8 +24,8 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/meteor-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.16",
"@iconify-json/tabler": "^1.2.17",
"@tailwindcss/typography": "^0.5.16",
"vite": "^6.2.0"
"vite": "^6.2.1"
}
}