diff --git a/package.json b/package.json index 515fc65..fba756b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@testing-library/react-hooks": "^8.0.0", "@types/jest": "^27.4.0", "@types/node": "^17.0.14", - "@types/react": "^17.0.27", + "@types/react": "^18.0.6", "@types/styled-components": "^5.1.21", "@typescript-eslint/eslint-plugin": "5.10.2", "@typescript-eslint/parser": "5.10.2", diff --git a/yarn.lock b/yarn.lock index 04b5aec..1e217b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3085,10 +3085,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.27": - version "17.0.38" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd" - integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ== +"@types/react@*", "@types/react@^18.0.6": + version "18.0.6" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.6.tgz#30206c3830af6ce8639b91ace5868bc2d3d1d96c" + integrity sha512-bPqwzJRzKtfI0mVYr5R+1o9BOE8UEXefwc1LwcBtfnaAn6OoqMhLa/91VA8aeWfDPJt1kHvYKI8RHcQybZLHHA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"