From 8289dce137dbbf9a960161ba5a88ea1f9e181dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 21:20:24 +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 +- packages/mobile/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 27b01d6..4c08c0c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "concurrently": "^5.2.0", "cross-env": "^7.0.2", "jest": "^24.9.0", - "react-native": "^0.62.2", + "react-native": "^0.62.3", "shx": "^0.3.2", "typescript": "^3.9.3" }, diff --git a/packages/mobile/package.json b/packages/mobile/package.json index db8882c..f4d34c2 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "core": "0.0.1", - "react-native": "0.62.2" + "react-native": "0.62.3" }, "devDependencies": { "@babel/core": "^7.6.2", diff --git a/yarn.lock b/yarn.lock index e36d091..82d8eb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12749,10 +12749,10 @@ react-native-web@^0.12.2: prop-types "^15.6.0" react-timer-mixin "^0.13.4" -react-native@0.62.2, 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== +react-native@0.62.3, 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"