summaryrefslogtreecommitdiff
path: root/examples/framework-multiple
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-27 09:59:31 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-27 12:59:31 -0500
commit415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a (patch)
treed66b4644fd7346907a0c5318b21d8de47c3a0982 /examples/framework-multiple
parentcdabf6ef02be7220fd2b6bdcef924ceca089381e (diff)
downloadastro-415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a.tar.gz
astro-415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a.tar.zst
astro-415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r--examples/framework-multiple/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 76c001d53..db8af69ca 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -12,11 +12,11 @@
},
"dependencies": {
"@astrojs/preact": "^3.0.1",
- "@astrojs/react": "^3.0.6",
+ "@astrojs/react": "^3.0.7-beta.0",
"@astrojs/solid-js": "^3.0.2",
- "@astrojs/svelte": "^4.0.4",
- "@astrojs/vue": "^3.0.4",
- "astro": "^3.6.1",
+ "@astrojs/svelte": "^5.0.0-beta.0",
+ "@astrojs/vue": "^4.0.0-beta.0",
+ "astro": "^4.0.0-beta.0",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",