diff --git a/package.json b/package.json index c7ee8032..9aa13f33 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.24", "@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..35eac2d5 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.24": + version "18.2.24" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.24.tgz#3c7d68c02e0205a472f04abe4a0c1df35d995c05" + integrity sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw== + 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==