Bump deps

This commit is contained in:
Aria 2025-04-24 19:50:48 +10:00
parent 4d3a1f5cf3
commit 113de9fbf2
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 583 additions and 413 deletions

View file

@ -10,24 +10,24 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.3",
"@astrojs/node": "^9.1.3",
"@astrojs/preact": "^4.0.8",
"@astrojs/mdx": "^4.2.5",
"@astrojs/node": "^9.2.1",
"@astrojs/preact": "^4.0.10",
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^5.1.5",
"astro": "^5.6.1",
"astro": "^5.7.5",
"astro-icon": "^1.1.5",
"dayjs": "^1.11.13",
"preact": "^10.26.4",
"preact": "^10.26.5",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/meteor-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.17",
"@tailwindcss/typography": "^0.5.16",
"vite": "^6.2.5"
"vite": "^6.3.3"
}
}