feat: downgrade to astro 5
All checks were successful
test-build / guarddog (push) Successful in 17s
test-build / build (push) Successful in 1m49s
renovate / renovate (push) Successful in 2m20s

This commit is contained in:
2026-03-15 23:40:08 -05:00
parent 5cf1cd30d8
commit f35c73b028
3 changed files with 286 additions and 129 deletions

View File

@@ -30,8 +30,8 @@
},
"dependencies": {
"@astrojs/check": "^0.9.7",
"@astrojs/node": "^10.0.1",
"@astrojs/react": "^5.0.0",
"@astrojs/node": "^9.5.5",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@directus/sdk": "^21.2.0",
@@ -45,7 +45,7 @@
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/unist": "^3.0.3",
"astro": "^6.0.4",
"astro": "^5.18.1",
"astro-compress": "^2.4.0",
"astro-icon": "^1.1.5",
"dayjs": "^1.11.20",