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 982787d64..15cba7538 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -19,11 +19,11 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "^4.12.3", - "preact": "^10.22.1", + "preact": "^10.23.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.8.18", + "solid-js": "^1.8.19", "svelte": "^4.2.18", - "vue": "^3.4.33" + "vue": "^3.4.35" } } |