diff options
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 38a0877db..e11c4e6a9 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -36,12 +36,12 @@ "@babel/plugin-transform-react-jsx": "^7.17.3" }, "devDependencies": { - "@types/react": "^17.0.44", - "@types/react-dom": "^17.0.15", + "@types/react": "^17.0.45", + "@types/react-dom": "^17.0.16", "astro": "workspace:*", "astro-scripts": "workspace:*", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.1.0", + "react-dom": "^18.1.0" }, "peerDependencies": { "react": "^17.0.2 || ^18.0.0", |