diff options
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6fdb34bac..459f2e611 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.3", + "astro": "^2.0.0-beta.4", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", @@ -21,7 +21,7 @@ "@astrojs/preact": "^2.0.0-beta.0", "@astrojs/react": "^2.0.0-beta.0", "@astrojs/solid-js": "^2.0.0-beta.0", - "@astrojs/svelte": "^2.0.0-beta.2", + "@astrojs/svelte": "^2.0.0-beta.3", "@astrojs/vue": "^2.0.0-beta.1" } } |