diff --git a/package.json b/package.json index ef385dd2..5303a9ce 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@testing-library/user-event": "13.5.0", "@types/jest": "27.5.2", "@types/node": "16.11.59", - "@types/react": "17.0.50", + "@types/react": "18.0.20", "@types/testing-library__cypress": "5.0.9", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "5.38.0", diff --git a/yarn.lock b/yarn.lock index 501f1fe0..c569fe66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1328,10 +1328,10 @@ dependencies: "@types/react" "^17" -"@types/react@17.0.50": - version "17.0.50" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc" - integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA== +"@types/react@18.0.20": + version "18.0.20" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.20.tgz#e4c36be3a55eb5b456ecf501bd4a00fd4fd0c9ab" + integrity sha512-MWul1teSPxujEHVwZl4a5HxQ9vVNsjTchVA+xRqv/VYGCuKGAU6UhfrTdF5aBefwD1BHUD8i/zq+O/vyCm/FrA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"