diff --git a/package.json b/package.json index 1dd864b..4794a3e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "sugar" ], "devDependencies": { - "@types/react": "^17.0.0", + "@types/react": "^18.0.24", "@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..2c7f6b3 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.24": + version "18.0.24" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20" + integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"