summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-24 09:26:32 +0000
committerJoe Carstairs <me@joeac.net>2024-12-24 09:26:32 +0000
commit532f75bea033e8073c4c1bc1dff72fa6af7d5316 (patch)
treeb39d4419a9b23fc210399c6277628b1a2d4f5dee /package.json
parentb080e5631416451e548ff4de943e1b6a196225ee (diff)
Upgrades to Astro 5
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index aa8bfcb..ef80a4f 100644
--- a/package.json
+++ b/package.json
@@ -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"
}
}