diff options
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d39d1dedc..e8993d0d8 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,14 +11,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.1.1", + "@astrojs/preact": "^3.1.2", "@astrojs/react": "^3.1.0", "@astrojs/solid-js": "^4.0.1", "@astrojs/svelte": "^5.2.0", - "@astrojs/vue": "^4.0.9", + "@astrojs/vue": "^4.0.10", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.5.12", + "astro": "^4.5.13", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", |