summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-10-13 09:29:24 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-13 12:29:24 -0400
commit81d57f2638aab02cd9a33174854a9912e4614565 (patch)
treed389d73889c926deb9aa14875290c5a0669e586b /examples/ssr
parent3918787cb9676a8c6b9be371ae90edeb676f4e8f (diff)
downloadastro-@astrojs/svelte@1.0.2.tar.gz
astro-@astrojs/svelte@1.0.2.tar.zst
astro-@astrojs/svelte@1.0.2.zip
* [ci] release * Update packages/integrations/node/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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 bbc19e2bd..e792eb3ae 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,10 +13,10 @@
},
"devDependencies": {},
"dependencies": {
- "astro": "^1.4.7",
+ "astro": "^1.5.0",
"svelte": "^3.48.0",
- "@astrojs/svelte": "^1.0.1",
- "@astrojs/node": "^1.1.0",
+ "@astrojs/svelte": "^1.0.2",
+ "@astrojs/node": "^2.0.0",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",