diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-04 07:53:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 07:53:58 +0100 |
| commit | ab5abcaac2d19c071bb073d57cd61fa57a627bb2 (patch) | |
| tree | 828fb2999d5c5f8d17f3ede2771f141dbe1748e8 /package.json | |
| parent | cc4b689eb88c25bdc7c620c18a2de989b00195ec (diff) | |
| parent | cd0aabd8bc55d7edf93ea6c26911a12fc4e11c4b (diff) | |
Merge pull request #8 from Sycamost/astro-v3
Upgrades Astro to v3
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index ddb42b7..03dfdcd 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ "prepare": "husky install" }, "dependencies": { - "@astrojs/mdx": "^0.19.7", - "@astrojs/rss": "^2.4.4", - "@astrojs/sitemap": "^2.0.2", + "@astrojs/mdx": "^1.1.0", + "@astrojs/rss": "^3.0.0", + "@astrojs/sitemap": "^3.0.0", "@paypal/paypal-js": "^6.0.1", - "astro": "^2.9.7", + "astro": "^3.2.2", "dotenv": "^16.3.1", - "typescript": "^5.1.6", - "vercel": "^31.2.2" + "typescript": "^5.2.2", + "vercel": "^32.4.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.1", |
