diff options
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 962d51bd8..a60dba30e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^5.7.1", "@astrojs/vue": "^4.5.1", - "@types/react": "^18.3.9", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", "preact": "^10.24.1", @@ -24,6 +24,6 @@ "react-dom": "^18.3.1", "solid-js": "^1.9.1", "svelte": "^4.2.19", - "vue": "^3.5.8" + "vue": "^3.5.10" } } |