From a8efefc12f21fc3b1fe3c32898cd50d0067b93c6 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 24 Dec 2024 08:42:19 +0000 Subject: Upgrades to Astro 5 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3 From 43cc4b5bcd8421b05c17a03f10c07ad66cb7427c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 24 Dec 2024 09:11:42 +0000 Subject: Updates Vercel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index fa73527..dbe70a4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dotenv": "^16.3.1", "sass": "^1.69.3", "typescript": "^5.2.2", - "vercel": "^37.6.1" + "vercel": "^39.2.2" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.1", -- cgit v1.2.3