Skip to content

Commit

Permalink
chore(deps): update dependency react-native to v0.63.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 17, 2020
1 parent b8f879f commit b4bdf33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit b4bdf33

Please sign in to comment.