upgrade to Astro 6

This commit is contained in:
2026-03-21 22:22:42 +00:00
parent 6f96a69440
commit 9332601f5b
4 changed files with 791 additions and 1250 deletions
+8 -7
View File
@@ -11,19 +11,20 @@
"node": "^22.14.0"
},
"dependencies": {
"@astrojs/db": "^0.18.3",
"@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.5.1",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/db": "^0.20.1",
"@astrojs/mdx": "^5.0.2",
"@astrojs/node": "^10.0.3",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@types/nodemailer": "^7.0.4",
"astro": "^5.1.1",
"astro": "^6.0.8",
"gemtext": "^0.2.2",
"markdown-it": "^14.1.0",
"nodemailer": "^7.0.11",
"typescript": "^5.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/check": "^0.9.8",
"@types/markdown-it": "^14.1.1"
}
}