diff --git a/package.json b/package.json index a0bb109c..5dc74085 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,7 @@ "@turf/bbox": "^6.5.0", "@turf/center": "^6.5.0", "@turf/helpers": "^6.5.0", + "@types/react": "18.2.0", "@walletconnect/react-native-compat": "2.2.1", "@walletconnect/sign-client": "2.2.1", "@walletconnect/types": "2.2.1", @@ -253,7 +254,7 @@ "typescript": "4.9.4" }, "resolutions": { - "@types/react": "17" + "@types/react": "18.2.0" }, "jest": { "preset": "react-native", diff --git a/yarn.lock b/yarn.lock index 0ca502df..62827b5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4683,10 +4683,15 @@ dependencies: "@types/react" "^17" -"@types/react@*", "@types/react@17", "@types/react@^17": - version "17.0.55" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.55.tgz#f94eac1a37929cd86d1cc084c239c08dcfd10e5f" - integrity sha512-kBcAhmT8RivFDYxHdy8QfPKu+WyfiiGjdPb9pIRtd6tj05j0zRHq5DBGW5Ogxv5cwSKd93BVgUk/HZ4I9p3zNg== +"@types/react@*", "@types/react@18.2.0", "@types/react@^17": + 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" "*" + csstype "^3.0.2" + dependencies: "@types/prop-types" "*" "@types/scheduler" "*"