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 29122e2bb..aee41491f 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/node": "^6.0.0-beta.0", - "@astrojs/svelte": "^4.0.0-beta.0", - "astro": "^3.0.0-beta.2", + "@astrojs/svelte": "^4.0.0-beta.1", + "astro": "^3.0.0-beta.3", "svelte": "^3.59.1" } } |