Skip to content

Commit 27a956e

Browse files
committed
chore(deps): update dependency react-native to v0.63.2
1 parent fa3fb07 commit 27a956e

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.8.4",

example/yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,8 +1285,7 @@
12851285
tsutils "^3.17.1"
12861286

12871287
"@uiw/react-native-alipay@link:..":
1288-
version "0.0.0"
1289-
uid ""
1288+
version "2.0.7"
12901289

12911290
abab@^2.0.0:
12921291
version "2.0.3"
@@ -5430,10 +5429,10 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
54305429
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
54315430
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
54325431

5433-
react-native@0.63.0:
5434-
version "0.63.0"
5435-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.63.0.tgz#1444aa04c34b65ca1dce589db166bd112e982b96"
5436-
integrity sha512-486RaRKKw35+DgZwdbCUQJsjSRflG5JC4w5T9ZfKqUjlyDDQHgew2berQanYAFbgO4Qh/2mAvAMJe6EhUESufQ==
5432+
react-native@0.63.2:
5433+
version "0.63.2"
5434+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.63.2.tgz#eaebf3430577b37fbd66ef228a86b3408259ef8e"
5435+
integrity sha512-MkxHeJorUDzmQwKJrTfrFYMDRLyu9GSBpsFFMDX7X+HglVnaZi3CTzW2mRv1eIcazoseBOP2eJe+bnkyLl8Y2A==
54375436
dependencies:
54385437
"@babel/runtime" "^7.0.0"
54395438
"@react-native-community/cli" "^4.7.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
},
4141
"devDependencies": {
4242
"react": "^16.9.0",
43-
"react-native": "^0.61.5"
43+
"react-native": "0.63.2"
4444
}
4545
}

0 commit comments

Comments
 (0)