summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-22 07:19:18 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-22 10:19:18 -0400
commit9f1881455a5c3a6457125dafbcd342be5c4de907 (patch)
tree967ccf17b7973ce6acacada687cbaaf7218804b6 /examples/ssr
parenta93e061cfb0779e41297f22002d6a446850acc93 (diff)
downloadastro-9f1881455a5c3a6457125dafbcd342be5c4de907.tar.gz
astro-9f1881455a5c3a6457125dafbcd342be5c4de907.tar.zst
astro-9f1881455a5c3a6457125dafbcd342be5c4de907.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr')
-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 c7fbf4c8a..d2796bb5b 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^6.0.0-beta.0",
- "@astrojs/svelte": "^4.0.0-beta.1",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/node": "^6.0.0-rc.1",
+ "@astrojs/svelte": "^4.0.0-rc.2",
+ "astro": "^3.0.0-rc.5",
"svelte": "^3.59.1"
}
}