diff --git a/package.json b/package.json index 9a7e9524..ab306e99 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/jest": "^29.5.1", "@types/node": "^18.15.13", "@types/parse-link-header": "^2.0.1", - "@types/react": "^18.0.37", + "@types/react": "^18.2.0", "@types/react-dom": "^18.0.11", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", diff --git a/yarn.lock b/yarn.lock index 581b126f..3b1ad411 100644 --- a/yarn.lock +++ b/yarn.lock @@ -918,10 +918,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.0.37": - version "18.0.37" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.37.tgz#7a784e2a8b8f83abb04dc6b9ed9c9b4c0aee9be7" - integrity sha512-4yaZZtkRN3ZIQD3KSEwkfcik8s0SWV+82dlJot1AbGYHCzJkWP3ENBY6wYeDRmKZ6HkrgoGAmR2HqdwYGp6OEw== +"@types/react@*", "@types/react@^18.2.0": + version "18.2.0" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21" + integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"