diff options
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index b5e81d962..cff6a2c00 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/react": "^3.0.0-rc.4", - "@types/react": "^18.2.13", - "@types/react-dom": "^18.2.6", + "@types/react": "^18.2.20", + "@types/react-dom": "^18.2.7", "astro": "^3.0.0-rc.5", "react": "^18.2.0", "react-dom": "^18.2.0" |