diff options
Diffstat (limited to 'examples/ssr/package.json')
-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 f1323487f..36b551de4 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/node": "^6.0.0-rc.1", - "@astrojs/svelte": "^4.0.0-rc.2", - "astro": "^3.0.0-rc.8", + "@astrojs/svelte": "^4.0.0-rc.3", + "astro": "^3.0.0-rc.9", "svelte": "^4.2.0" } } |