From 979a72decc9c36b7e3141fcef9c14fa842a9ab93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 10:39:13 +0200 Subject: [PATCH] chore(deps-dev): bump @types/react from 17.0.24 to 17.0.27 in /example (#477) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.24 to 17.0.27. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 7399861..14537b1 100644 --- a/example/package.json +++ b/example/package.json @@ -34,7 +34,7 @@ "@babel/runtime": "^7.15.4", "@react-native-community/eslint-config": "^3.0.1", "@react-native-community/eslint-plugin": "^1.1.0", - "@types/react": "^17.0.24", + "@types/react": "^17.0.27", "@types/react-native": "^0.65.1", "@types/react-native-vector-icons": "^6.4.9", "@types/react-native-video": "^5.0.9", diff --git a/example/yarn.lock b/example/yarn.lock index 542e826..f0c067f 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1065,10 +1065,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.24": - version "17.0.24" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.24.tgz#7e1b3f78d0fc53782543f9bce6d949959a5880bd" - integrity sha512-eIpyco99gTH+FTI3J7Oi/OH8MZoFMJuztNRimDOJwH4iGIsKV2qkGnk4M9VzlaVWeEEWLWSQRy0FEA0Kz218cg== +"@types/react@*", "@types/react@^17.0.27": + version "17.0.27" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6" + integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"