diff --git a/examples/package.json b/examples/package.json index f83c99ad..b354b7cd 100644 --- a/examples/package.json +++ b/examples/package.json @@ -28,7 +28,7 @@ "@react-native/metro-config": "^0.72.9", "@tsconfig/react-native": "^3.0.2", "@types/jest": "^29.5.2", - "@types/react": "^18.0.38", + "@types/react": "^18.2.45", "@types/react-test-renderer": "^18.0.0", "eslint": "8.46.0", "jest": "^29.5.0", diff --git a/examples/yarn.lock b/examples/yarn.lock index 4c407437..1e34d723 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -2245,10 +2245,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.0.38": - version "18.2.15" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.15.tgz#14792b35df676c20ec3cf595b262f8c615a73066" - integrity sha512-oEjE7TQt1fFTFSbf8kkNuc798ahTUzn3Le67/PWjE8MAfYAD/qB7O8hSTcromLFqHCt9bcdOg5GXMokzTjJ5SA== +"@types/react@*", "@types/react@^18.2.45": + version "18.2.45" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.45.tgz#253f4fac288e7e751ab3dc542000fb687422c15c" + integrity sha512-TtAxCNrlrBp8GoeEp1npd5g+d/OejJHFxS3OWmrPBMFaVQMSN0OFySozJio5BHxTuTeug00AVXVAjfDSfk+lUg== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"