diff options
author | 2024-10-01 11:21:48 +0800 | |
---|---|---|
committer | 2024-10-01 11:21:48 +0800 | |
commit | e748c480a7a023ab0c6b46b0d3f6653cc0e52945 (patch) | |
tree | 0f91df5401781aa193d880cee462609e8e959e44 /examples/framework-multiple | |
parent | 8679954bf647529e0f2134053866fc507e64c5e3 (diff) | |
parent | 12dae50c776474748a80cb65c8bf1c67f0825cb0 (diff) | |
download | astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.tar.gz astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.tar.zst astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.zip |
Merge branch 'main' into next
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 f3ee19e0c..9f014ab17 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,14 +16,14 @@ "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^6.0.0-beta.0", "@astrojs/vue": "^5.0.0-beta.0", - "@types/react": "^18.3.3", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "astro": "^5.0.0-beta.2", - "preact": "^10.23.2", + "preact": "^10.24.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.8.22", + "solid-js": "^1.9.1", "svelte": "^4.2.19", - "vue": "^3.5.3" + "vue": "^3.5.10" } } |