diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-24 08:42:19 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-24 09:00:24 +0000 |
| commit | a8efefc12f21fc3b1fe3c32898cd50d0067b93c6 (patch) | |
| tree | e2224a7dbd15c5f7c4693ca438e7d83027856a69 /package.json | |
| parent | 5515d5b2cce3cc43996850ff516fd1838f8fe8eb (diff) | |
Upgrades to Astro 5
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
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", |
