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 951bf8ca9..feb2f7584 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,9 +11,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.4", - "@astrojs/svelte": "^6.0.2", - "astro": "^4.16.16", + "@astrojs/node": "^9.0.0-alpha.1", + "@astrojs/svelte": "^7.0.0-beta.1", + "astro": "^5.0.0-beta.12", "svelte": "^5.1.16" } } |