summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-24 08:42:19 +0000
committerJoe Carstairs <me@joeac.net>2024-12-24 09:00:24 +0000
commita8efefc12f21fc3b1fe3c32898cd50d0067b93c6 (patch)
treee2224a7dbd15c5f7c4693ca438e7d83027856a69 /package.json
parent5515d5b2cce3cc43996850ff516fd1838f8fe8eb (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 26c1b74..fa73527 100644
--- a/package.json
+++ b/package.json
@@ -20,11 +20,11 @@
"prepare": "husky install"
},
"dependencies": {
- "@astrojs/mdx": "^1.1.0",
- "@astrojs/rss": "^3.0.0",
- "@astrojs/sitemap": "^3.0.0",
+ "@astrojs/mdx": "^4.0.3",
+ "@astrojs/rss": "^4.0.10",
+ "@astrojs/sitemap": "^3.2.1",
"@paypal/paypal-js": "^6.0.1",
- "astro": "^3.2.2",
+ "astro": "^5.1.1",
"csso-cli": "^4.0.2",
"dotenv": "^16.3.1",
"sass": "^1.69.3",