Upgrades to Astro 5

This commit is contained in:
2024-12-24 09:26:32 +00:00
parent b080e56314
commit 532f75bea0
6 changed files with 2556 additions and 1734 deletions

View File

@@ -8,14 +8,14 @@
"astro": "cd website && astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"astro": "^4.11.5",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.1",
"markdown-it": "^14.1.0",
"typescript": "^5.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/check": "^0.9.4",
"@types/markdown-it": "^14.1.1"
}
}