summaryrefslogtreecommitdiff
path: root/examples/ssr/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r--examples/ssr/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 9688c47f6..c75b9db0e 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,10 +12,10 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^2.0.0-beta.4",
+ "astro": "^2.0.0",
"svelte": "^3.48.0",
- "@astrojs/svelte": "^2.0.0-beta.3",
- "@astrojs/node": "^5.0.0-beta.1",
+ "@astrojs/svelte": "^2.0.0",
+ "@astrojs/node": "^5.0.0",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.4"