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 daa720e0b..2033495c8 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,8 +16,8 @@ "@astrojs/solid-js": "^4.2.0", "@astrojs/svelte": "^5.4.0", "@astrojs/vue": "^4.2.0", - "@types/react": "^18.2.37", - "@types/react-dom": "^18.2.15", + "@types/react": "^18.3.2", + "@types/react-dom": "^18.3.0", "astro": "^4.8.2", "preact": "^10.21.0", "react": "^18.3.1", |