From c1431a4d7ed2c75d80043406b6bde78302f60d6f Mon Sep 17 00:00:00 2001 From: Rachel Willmer Date: Wed, 4 Oct 2023 09:03:46 +0100 Subject: [PATCH] Works with Astro 3 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c0462eb..cf9ac3a 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.8.3", - "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.3", - "rehype-external-links": "^2.0.0" + "@astrojs/mdx": "^1.1.0", + "@astrojs/svelte": "^4.0.2", + "astro": "^3.2.2", + "rehype-external-links": "^3.0.0" }, "dependencies": { "reading-time": "^1.5.0"