diff options
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 9405a65b8..640b1a61d 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,11 +12,11 @@ }, "dependencies": { "@astrojs/preact": "^2.2.2", - "@astrojs/react": "^2.2.2", - "@astrojs/solid-js": "^2.2.0", - "@astrojs/svelte": "^3.1.0", + "@astrojs/react": "^2.3.0", + "@astrojs/solid-js": "^2.2.1", + "@astrojs/svelte": "^3.1.1", "@astrojs/vue": "^2.2.1", - "astro": "^2.10.9", + "astro": "^2.10.10", "preact": "^10.15.1", "react": "^18.2.0", "react-dom": "^18.2.0", |