diff options
Diffstat (limited to 'examples/ssr')
-rw-r--r-- | examples/ssr/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 87f03eec0..d6a72b463 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/node": "^6.0.0", - "@astrojs/svelte": "^4.0.0", - "astro": "^3.0.8", + "@astrojs/svelte": "^4.0.1", + "astro": "^3.0.9", "svelte": "^4.2.0" } } |