Skip to content

Commit 37fe388

Browse files
committed
chore(deps): update dependency react-native to v0.63.2
1 parent dd227ce commit 37fe388

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@uiw/react-native-alipay": "link:../",
1414
"react": "16.13.1",
15-
"react-native": "0.63.0"
15+
"react-native": "0.63.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "7.10.4",

example/yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,7 @@
13311331
tsutils "^3.17.1"
13321332

13331333
"@uiw/react-native-alipay@link:..":
1334-
version "0.0.0"
1335-
uid ""
1334+
version "3.0.0"
13361335

13371336
abab@^2.0.0:
13381337
version "2.0.5"
@@ -5516,10 +5515,10 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
55165515
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
55175516
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
55185517

5519-
react-native@0.63.0:
5520-
version "0.63.0"
5521-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.63.0.tgz#1444aa04c34b65ca1dce589db166bd112e982b96"
5522-
integrity sha512-486RaRKKw35+DgZwdbCUQJsjSRflG5JC4w5T9ZfKqUjlyDDQHgew2berQanYAFbgO4Qh/2mAvAMJe6EhUESufQ==
5518+
react-native@0.63.2:
5519+
version "0.63.2"
5520+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.63.2.tgz#eaebf3430577b37fbd66ef228a86b3408259ef8e"
5521+
integrity sha512-MkxHeJorUDzmQwKJrTfrFYMDRLyu9GSBpsFFMDX7X+HglVnaZi3CTzW2mRv1eIcazoseBOP2eJe+bnkyLl8Y2A==
55235522
dependencies:
55245523
"@babel/runtime" "^7.0.0"
55255524
"@react-native-community/cli" "^4.7.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"react": "16.13.1",
47-
"react-native": "0.63.0",
47+
"react-native": "0.63.2",
4848
"typedoc": "0.19.1",
4949
"typescript": "4.0.2"
5050
}

0 commit comments

Comments
 (0)