summaryrefslogtreecommitdiff
path: root/examples/ssr/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-29 07:58:09 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-29 10:58:09 -0400
commit6f47c6c919724a071d0d1896a7cde6adbe7c079e (patch)
tree14a26edf3c71031611effb7ca5ad2391e1df509b /examples/ssr/package.json
parent51e67e0ab0e6af4f35bda4db8bf0f609c2d8e7c4 (diff)
downloadastro-f25a302337af89839f099a1664b8d57d8fb6a45f.tar.gz
astro-f25a302337af89839f099a1664b8d57d8fb6a45f.tar.zst
astro-f25a302337af89839f099a1664b8d57d8fb6a45f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr/package.json')
-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 f1323487f..36b551de4 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,8 +13,8 @@
},
"dependencies": {
"@astrojs/node": "^6.0.0-rc.1",
- "@astrojs/svelte": "^4.0.0-rc.2",
- "astro": "^3.0.0-rc.8",
+ "@astrojs/svelte": "^4.0.0-rc.3",
+ "astro": "^3.0.0-rc.9",
"svelte": "^4.2.0"
}
}