From 5a0ec37ab3a354cc8b3b5f3a8747954686d4b600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 20:54:29 +0000 Subject: [PATCH] chore(deps): bump react-native from 0.62.2 to 0.62.3 Bumps [react-native](https://github.com/facebook/react-native) from 0.62.2 to 0.62.3. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/Releases.md) - [Commits](https://github.com/facebook/react-native/compare/v0.62.2...v0.62.3) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8508bfa..ef2783a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@react-navigation/stack": "^5.2.12", "immer": "^6.0.3", "react": "16.11.0", - "react-native": "0.62.2", + "react-native": "0.62.3", "react-native-gesture-handler": "^1.6.1", "react-native-reanimated": "^1.8.0", "react-native-safe-area-context": "^0.7.3", diff --git a/yarn.lock b/yarn.lock index 9007275..8ead7ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5273,10 +5273,10 @@ react-native-splash-screen@^3.2.0: resolved "https://registry.npm.taobao.org/react-native-splash-screen/download/react-native-splash-screen-3.2.0.tgz#d47ec8557b1ba988ee3ea98d01463081b60fff45" integrity sha1-1H7IVXsbqYjuPqmNAUYwgbYP/0U= -react-native@0.62.2: - version "0.62.2" - resolved "https://registry.npm.taobao.org/react-native/download/react-native-0.62.2.tgz#d831e11a3178705449142df19a70ac2ca16bad10" - integrity sha1-2DHhGjF4cFRJFC3xmnCsLKFrrRA= +react-native@0.62.3: + version "0.62.3" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.3.tgz#9a2e96af3dedd0723c8657831eec4ed3c30f3299" + integrity sha512-b2/hDHDlO5Of2Zn1K5ZgvzOoUrvMEvlYU4miS9rcEBp5jK/9cRQn81HZ7NBmf4gzigGl8CxbSx1l10GUj1k8XQ== dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^4.5.1"