diff options
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d6900fff3..fddfe3a6e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,11 +11,11 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.3", - "@astrojs/react": "^3.6.2", - "@astrojs/solid-js": "^4.4.3", - "@astrojs/svelte": "^6.0.1", - "@astrojs/vue": "^4.5.2", + "@astrojs/preact": "^3.5.4", + "@astrojs/react": "^3.6.3", + "@astrojs/solid-js": "^4.4.4", + "@astrojs/svelte": "^6.0.2", + "@astrojs/vue": "^4.5.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^4.16.14", |