diff --git a/package.json b/package.json index 1dd864b..b6ba229 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "sugar" ], "devDependencies": { - "@types/react": "^17.0.0", + "@types/react": "^18.0.8", "@types/react-native": "^0.64.0", "eslint-config-react-native-typescript": "^2.2.5", "prettier": "2.3.2", diff --git a/yarn.lock b/yarn.lock index 1830be3..587faa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -172,10 +172,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.0": - version "17.0.13" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.13.tgz#6b7c9a8f2868586ad87d941c02337c6888fb874f" - integrity sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ== +"@types/react@*", "@types/react@^18.0.8": + version "18.0.8" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.8.tgz#a051eb380a9fbcaa404550543c58e1cf5ce4ab87" + integrity sha512-+j2hk9BzCOrrOSJASi5XiOyBbERk9jG5O73Ya4M0env5Ixi6vUNli4qy994AINcEF+1IEHISYFfIT4zwr++LKw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"