From b4bdf3328ac769d15adc8e7a9fef94741e3f4342 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Sep 2020 14:12:08 +0000 Subject: [PATCH] chore(deps): update dependency react-native to v0.63.2 --- example/package.json | 2 +- example/yarn.lock | 10 +++++----- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/package.json b/example/package.json index dc0995b9..05ef8321 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@uiw/react-native-alipay": "link:../", "react": "16.13.1", - "react-native": "0.63.0" + "react-native": "0.63.2" }, "devDependencies": { "@babel/core": "7.10.4", diff --git a/example/yarn.lock b/example/yarn.lock index d2f5d62d..ebb5113b 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1285,7 +1285,7 @@ tsutils "^3.17.1" "@uiw/react-native-alipay@link:..": - version "2.0.9" + version "3.0.0" abab@^2.0.0: version "2.0.3" @@ -5429,10 +5429,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.63.0: - version "0.63.0" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.63.0.tgz#1444aa04c34b65ca1dce589db166bd112e982b96" - integrity sha512-486RaRKKw35+DgZwdbCUQJsjSRflG5JC4w5T9ZfKqUjlyDDQHgew2berQanYAFbgO4Qh/2mAvAMJe6EhUESufQ== +react-native@0.63.2: + version "0.63.2" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.63.2.tgz#eaebf3430577b37fbd66ef228a86b3408259ef8e" + integrity sha512-MkxHeJorUDzmQwKJrTfrFYMDRLyu9GSBpsFFMDX7X+HglVnaZi3CTzW2mRv1eIcazoseBOP2eJe+bnkyLl8Y2A== dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^4.7.0" diff --git a/package.json b/package.json index c5f5ab67..d8648961 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "react": "16.13.1", - "react-native": "0.63.0", + "react-native": "0.63.2", "typedoc": "0.19.1", "typescript": "4.0.2" }