diff options
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 09a87954a..d061a6a97 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "svelte": "^3.48.0", - "@astrojs/svelte": "^2.1.0", - "astro": "^2.3.2" + "@astrojs/svelte": "^2.1.1", + "astro": "^2.4.1", + "svelte": "^3.58.0" } } |