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 9d8d66327..2e00a1d2b 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,11 +17,11 @@ "@astrojs/svelte": "^4.0.0-rc.2", "@astrojs/vue": "^3.0.0-rc.1", "astro": "^3.0.0-rc.5", - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } |