From 7afe11604c094173f4b21b324a10db287a4215d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 21:01:58 +0000 Subject: [PATCH] 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 78db972..e6ae8ab 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-native-safe-area-context": "0.7.3", "native-base": "2.13.12", "react": "16.11.0", - "react-native": "0.62.2", + "react-native": "0.62.3", "react-native-maps": "0.27.1", "react-native-permissions": "^2.1.3", "react-native-vector-icons": "6.6.0" diff --git a/yarn.lock b/yarn.lock index 137552c..c9852af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4999,9 +4999,9 @@ react-native-vector-icons@6.6.0, react-native-vector-icons@^6.6.0: prop-types "^15.6.2" yargs "^13.2.2" -react-native@0.62.2: - version "0.62.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.2.tgz#d831e11a3178705449142df19a70ac2ca16bad10" +react-native@0.62.3: + version "0.62.3" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.3.tgz#9a2e96af3dedd0723c8657831eec4ed3c30f3299" dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^4.5.1"