diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-07 07:14:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-07 07:14:46 +0100 |
| commit | 6a0bd0ab3a0960cd1436190285ebe24bf8ef1f28 (patch) | |
| tree | 3c1cb310d0db6e342a8e0db44046bcfe143ccb24 /package.json | |
| parent | c3cb0ee85b09104045e7eaf76d7d720bd9239141 (diff) | |
| parent | 054d41398527550a931a8dd4ec0d9970d1caad51 (diff) | |
Merge pull request #9 from Sycamost/optimise-images
Images moved to /image
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", |
