diff options
| author | Joe Carstairs <me@joeac.net> | 2026-03-21 22:22:42 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-03-21 22:22:42 +0000 |
| commit | 9332601f5b94ca980c76ed604a88ad013bf99b22 (patch) | |
| tree | e5b50151b96b1c6c28d2649927cf464f83f7111c /website/package.json | |
| parent | 6f96a6944033f7537018e94805066192715130c5 (diff) | |
upgrade to Astro 6
Diffstat (limited to 'website/package.json')
| -rw-r--r-- | website/package.json | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/website/package.json b/website/package.json index a0a647c..7e66752 100644 --- a/website/package.json +++ b/website/package.json @@ -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" } } |
