Works with Astro 3

This commit is contained in:
Rachel Willmer 2023-10-04 09:03:46 +01:00
parent e15aebe3cd
commit c1431a4d7e

View File

@ -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"