From e1e6265dba83cf78b32c468fc080bcaf105606c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 14:37:38 +0000 Subject: [PATCH] Bump react-native from 0.62.1 to 0.62.2 Bumps [react-native](https://github.com/facebook/react-native) from 0.62.1 to 0.62.2. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/master/Releases.md) - [Commits](https://github.com/facebook/react-native/compare/v0.62.1...v0.62.2) 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 4cd00b2..5aab638 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "axios": "^0.21.1", "axios-mock-adapter": "^1.18.1", "react": "16.11.0", - "react-native": "0.62.1" + "react-native": "0.62.2" }, "devDependencies": { "@babel/core": "^7.13.10", diff --git a/yarn.lock b/yarn.lock index db3698d..d8238eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5529,10 +5529,10 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-native@0.62.1: - version "0.62.1" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.1.tgz#fd0324bedf4c3237c928de582c29403f1e46ea80" - integrity sha512-EhTmCYsLfIfyLAa6cuJBGgpTPj9LHiCS7fhCKMJZJ4p38+j4NOY4+Z40s/gbZIHr91j1DPNiomsBltQMUdd23g== +react-native@0.62.2: + version "0.62.2" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.2.tgz#d831e11a3178705449142df19a70ac2ca16bad10" + integrity sha512-gADZZ3jcm2WFTjh8CCBCbl5wRSbdxqZGd+8UpNwLQFgrkp/uHorwAhLNqcd4+fHmADgPBltNL0uR1Vhv47zcOw== dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^4.5.1"