diff options
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c0dfa0d10..7444cc9db 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,14 +11,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.3.0", - "@astrojs/react": "^3.4.0", - "@astrojs/solid-js": "^4.2.0", - "@astrojs/svelte": "^5.4.0", - "@astrojs/vue": "^4.3.0", + "@astrojs/preact": "^3.4.0", + "@astrojs/react": "^3.5.0", + "@astrojs/solid-js": "^4.3.0", + "@astrojs/svelte": "^5.5.0", + "@astrojs/vue": "^4.4.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.9.3", + "astro": "^4.10.0", "preact": "^10.22.0", "react": "^18.3.1", "react-dom": "^18.3.1", |