summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-26 06:58:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-26 09:58:38 -0400
commitd790eabd986decc380088e52a4dcbff246ee736f (patch)
treef4fb19e33f32cea242349b2813551bc417f00fe9 /examples/ssr
parentc7e117ce32592c9c29d24583baa10009e620bcc4 (diff)
downloadastro-d790eabd986decc380088e52a4dcbff246ee736f.tar.gz
astro-d790eabd986decc380088e52a4dcbff246ee736f.tar.zst
astro-d790eabd986decc380088e52a4dcbff246ee736f.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 cbd7ad332..7d9fd3c46 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -9,9 +9,9 @@
"server": "node server/server.mjs"
},
"devDependencies": {
- "@astrojs/node": "^0.1.6",
- "@astrojs/svelte": "^0.4.1",
- "astro": "^1.0.0-rc.0",
+ "@astrojs/node": "^0.2.0",
+ "@astrojs/svelte": "^0.5.0",
+ "astro": "^1.0.0-rc.1",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",