diff options
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d0bbc962e..b8b21e168 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,16 +12,16 @@ }, "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.4", - "preact": "^10.17.1", + "@astrojs/svelte": "^5.0.0-beta.0", + "@astrojs/vue": "^4.0.0-beta.0", + "astro": "^4.0.0-beta.2", + "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "solid-js": "^1.7.11", - "svelte": "^4.2.0", - "vue": "^3.3.4" + "solid-js": "^1.8.5", + "svelte": "^4.2.5", + "vue": "^3.3.8" } } |