Skip to content

Commit

Permalink
fix(package): fix peerDependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed May 13, 2020
1 parent e2bcee1 commit 058d370
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"typescript": "^3.4.5"
},
"peerDependencies": {
"@react-native-community/slider": "^1.1.2",
"@react-native-community/slider": "*",
"react": "*",
"react-native": "*",
"react-native-reanimated": "*",
"react-native-webview": "^5.10.0",
"react-native-orientation": "^3.1.3"
"react-native-webview": "*",
"react-native-orientation": "*"
},
"husky": {
"hooks": {
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7201,9 +7201,10 @@ [email protected]:
prop-types "^15.6.2"
yargs "^8.0.2"

"react-native-webview-invoke@git://github.com/yjose/react-native-webview-invoke.git#fix/android_issue":
version "0.5.0"
resolved "git://github.com/yjose/react-native-webview-invoke.git#0b9d9ee85c0cd4a47626c03f8de53c596dd67e4a"
react-native-webview-invoke@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/react-native-webview-invoke/-/react-native-webview-invoke-0.5.1.tgz#e6c856a350e472b5cc89ce71f566ebce843adc2a"
integrity sha512-/i/ZznUCElTmv1ITdqizOjGdPv1uMq1CY1aoPIVXmAMuhetY9gBv9Vcn/tWv7g2isTKi1NCTc/xnzMgJxT28XQ==

react-native-webview@^5.10.0:
version "5.10.0"
Expand Down

0 comments on commit 058d370

Please sign in to comment.