From 5e8bd4cb313ef1968df3e2b4a42c2a8088cc6e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 11:51:24 +0000 Subject: [PATCH] Bump react-native from 0.62.2 to 0.62.3 in /sample/SampleProject 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] --- sample/SampleProject/package.json | 2 +- sample/SampleProject/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sample/SampleProject/package.json b/sample/SampleProject/package.json index e467c2f4..90db0981 100644 --- a/sample/SampleProject/package.json +++ b/sample/SampleProject/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "16.11.0", - "react-native": "0.62.2", + "react-native": "0.62.3", "react-native-verloop-sdk": "^1.0.70" }, "devDependencies": { diff --git a/sample/SampleProject/yarn.lock b/sample/SampleProject/yarn.lock index f8a8b0b3..6fa8564b 100644 --- a/sample/SampleProject/yarn.lock +++ b/sample/SampleProject/yarn.lock @@ -5537,15 +5537,15 @@ react-is@^17.0.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339" integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA== -react-native-verloop-sdk@^1.0.69-rc08: - version "1.0.69-rc08" - resolved "https://registry.yarnpkg.com/react-native-verloop-sdk/-/react-native-verloop-sdk-1.0.69-rc08.tgz#f3da17f6b5237225737faf4825bd2045fea76828" - integrity sha512-UQpqFwKaz5CDo/K+h77fRf2pJPD8Ht5gwreHkGxalzCVeSdW2aNrlmYSp8rXxWxY4+MUdfgsBE6I4e6RK11/fw== - -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-verloop-sdk@^1.0.70: + version "1.0.71" + resolved "https://registry.yarnpkg.com/react-native-verloop-sdk/-/react-native-verloop-sdk-1.0.71.tgz#12e5434f4727d6a1bb91fecc51ffe3d078514dfc" + integrity sha512-7zrLp/qApYtqDPBYCwCYARsOsS99IQroVtFu1mijTB2EOGomA0EQh4YncAAFoYFfPTtRaZfivlgmpjVJmmgmMA== + +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"