diff --git a/package.json b/package.json index c7ee8032..0cf9addd 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ }, "resolutions": { "@types/jest": "^27.5.2", - "@types/react": "^18.0.26", + "@types/react": "^18.2.22", "@walletconnect/ethereum-provider": "^2.7.5", "jest-regex-util": "^27.5.1", "jest-watcher": "^27.5.1", diff --git a/yarn.lock b/yarn.lock index a1e001c2..1c8277be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3433,7 +3433,16 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@^18.0.26": +"@types/react@*", "@types/react@^18.2.22": + version "18.2.22" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.22.tgz#abe778a1c95a07fa70df40a52d7300a40b949ccb" + integrity sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + +"@types/react@^18.0.26": version "18.0.26" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917" integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==