update astro to v5

This commit is contained in:
2024-12-03 19:18:12 -07:00
parent 57df46dc07
commit 8a99507c2a
6 changed files with 760 additions and 1671 deletions

View File

@@ -10,15 +10,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.3.1",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.14",
"astro": "^5.0.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.12.3"
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1"
}
}