summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-12-16 12:54:19 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-16 15:54:19 -0500
commitfc46ca53d19649401e2738055bf1b860320177d7 (patch)
tree99a748247c86db9f9f0f3fa368a24890813d701d /examples/ssr
parent61302ab7a09cc4c298c903d725e35355eb069497 (diff)
downloadastro-fc46ca53d19649401e2738055bf1b860320177d7.tar.gz
astro-fc46ca53d19649401e2738055bf1b860320177d7.tar.zst
astro-fc46ca53d19649401e2738055bf1b860320177d7.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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 93bed77b0..b68944fc8 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,10 +12,10 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^1.6.15",
+ "astro": "^1.7.0",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
- "@astrojs/node": "^3.1.1",
+ "@astrojs/node": "^4.0.0",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.4"