diff options
Diffstat (limited to 'examples/ssr')
-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 e00f226ae..67b8d6e29 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^7.0.0-beta.1", - "@astrojs/svelte": "^5.0.0-beta.0", - "astro": "^4.0.0-beta.7", + "@astrojs/node": "^7.0.0", + "@astrojs/svelte": "^5.0.0", + "astro": "^4.0.0", "svelte": "^4.2.5" } } |