summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-12 08:40:35 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-12 11:40:35 -0500
commit02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7 (patch)
tree02b6d6724d69c4bc8e44bd47d246705dc0e99145 /examples/ssr
parent1d43a3a6aafa02b59e39c238abac9499a10aadb9 (diff)
downloadastro-@astrojs/telemetry@2.0.0-beta.0.tar.gz
astro-@astrojs/telemetry@2.0.0-beta.0.tar.zst
astro-@astrojs/telemetry@2.0.0-beta.0.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 24d14aaeb..291292531 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,10 +12,10 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^2.0.0-beta.1",
+ "astro": "^2.0.0-beta.2",
"svelte": "^3.48.0",
- "@astrojs/svelte": "^2.0.0-beta.0",
- "@astrojs/node": "^5.0.0-beta.0",
+ "@astrojs/svelte": "^2.0.0-beta.1",
+ "@astrojs/node": "^5.0.0-beta.1",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.4"