diff options
author | 2024-10-31 16:16:00 +0800 | |
---|---|---|
committer | 2024-10-31 16:16:00 +0800 | |
commit | 63b4ab95b9769415db9ee85890c62acf51e0a286 (patch) | |
tree | cce5abe02fa96b2408c1879d57f3ce448f358095 /examples/framework-multiple | |
parent | c1786d64c4d8b25ed28f5e178531952466158e04 (diff) | |
parent | 5f7bf49d38ab888e65f010e106579c7947a8d5c6 (diff) | |
download | astro-63b4ab95b9769415db9ee85890c62acf51e0a286.tar.gz astro-63b4ab95b9769415db9ee85890c62acf51e0a286.tar.zst astro-63b4ab95b9769415db9ee85890c62acf51e0a286.zip |
Merge branch 'main' into next
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 2bad8ce3b..68ce8ebd4 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,13 +15,13 @@ "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^6.0.0-beta.1", "@astrojs/vue": "^5.0.0-beta.0", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^5.0.0-beta.5", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.9.2", + "solid-js": "^1.9.3", "svelte": "^4.2.19", "vue": "^3.5.12" } |