diff --git a/frontend/package.json b/frontend/package.json index a4a890fe..a7574bfe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,7 +48,7 @@ "@trivago/prettier-plugin-sort-imports": "^4.1.1", "@types/jest": "^27.4.1", "@types/node": "^18.16.0", - "@types/react": "^18.0.28", + "@types/react": "^18.2.0", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 105746ce..15670e10 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1279,10 +1279,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.0.28": - version "18.0.28" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065" - integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew== +"@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" "*"