From 441a7a688cbc73ac51eb0b825427d38aceada364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 21:59:54 +0000 Subject: [PATCH] Bump react-native from 0.62.2 to 0.62.3 in /react-native/push 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] --- react-native/push/package.json | 2 +- react-native/push/yarn.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/react-native/push/package.json b/react-native/push/package.json index 8dddebb..c3c664d 100644 --- a/react-native/push/package.json +++ b/react-native/push/package.json @@ -15,7 +15,7 @@ "@react-navigation/native": "^5.1.6", "@react-navigation/stack": "^5.2.13", "react": "16.11.0", - "react-native": "0.62.2", + "react-native": "0.62.3", "react-native-gesture-handler": "^1.6.1", "react-native-paper": "^3.8.0", "react-native-reanimated": "^1.8.0", diff --git a/react-native/push/yarn.lock b/react-native/push/yarn.lock index 2600171..f5e330b 100644 --- a/react-native/push/yarn.lock +++ b/react-native/push/yarn.lock @@ -2,8 +2,10 @@ # yarn lockfile v1 -"@aerogear/aerogear-reactnative-push@file:../../../aerogear-reactnative-push": - version "0.1.0" +"@aerogear/aerogear-reactnative-push@^0.2.0": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@aerogear/aerogear-reactnative-push/-/aerogear-reactnative-push-0.2.2.tgz#bbfeecdabef358be63f3ecc9dc7b0a5f4495aa0f" + integrity sha512-QP1wcmUv2nbPST/I6fwcgd161LYK97JYRDABX9iybuH4jeGt+W6H1OIzrccX6AP/fT4Xg5HP51aJ3d5Q5zVVYw== "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1": version "7.10.1" @@ -5552,10 +5554,10 @@ 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" - integrity sha512-gADZZ3jcm2WFTjh8CCBCbl5wRSbdxqZGd+8UpNwLQFgrkp/uHorwAhLNqcd4+fHmADgPBltNL0uR1Vhv47zcOw== +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"