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 3fc520d83..d196aa34f 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.1", - "astro": "^3.0.10", + "@astrojs/svelte": "^4.0.2", + "astro": "^3.0.11", "svelte": "^4.2.0" } } |