diff --git a/package.json b/package.json index c520e37d..49c39ca9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@react-native-community/eslint-config": "^3.0.1", "@react-native-community/eslint-plugin": "^1.1.0", "@release-it/conventional-changelog": "^3.3.0", - "@types/react": "^17.0.21", + "@types/react": "^18.0.5", "@types/react-native": "^0.65.5", "@typescript-eslint/eslint-plugin": "^4.33.0", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index 18ce3958..734a743a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1580,10 +1580,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.21": - version "17.0.27" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6" - integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA== +"@types/react@*", "@types/react@^18.0.5": + version "18.0.5" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.5.tgz#1a4d4b705ae6af5aed369dec22800b20f89f5301" + integrity sha512-UPxNGInDCIKlfqBrm8LDXYWNfLHwIdisWcsH5GpMyGjhEDLFgTtlRBaoWuCua9HcyuE0rMkmAeZ3FXV1pYLIYQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"