diff options
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 4d2b73ae3..4142f3f9b 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.4", - "@astrojs/svelte": "^5.7.1", - "astro": "^4.15.10", + "@astrojs/node": "^9.0.0-alpha.1", + "@astrojs/svelte": "^6.0.0-beta.0", + "astro": "^5.0.0-beta.2", "svelte": "^4.2.19" } } |