Skip to content

Commit 2242077

Browse files
committed
chore(deps): update dependency react-native to v0.63.2
1 parent 4d23f71 commit 2242077

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5429,10 +5429,10 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
54295429
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
54305430
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
54315431

5432-
react-native@0.63.0:
5433-
version "0.63.0"
5434-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.63.0.tgz#1444aa04c34b65ca1dce589db166bd112e982b96"
5435-
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==
54365436
dependencies:
54375437
"@babel/runtime" "^7.0.0"
54385438
"@react-native-community/cli" "^4.7.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"react": "16.13.1",
44-
"react-native": "0.63.0",
44+
"react-native": "0.63.2",
4545
"typedoc": "0.17.8",
4646
"typescript": "3.9.7"
4747
}

0 commit comments

Comments
 (0)