From 058d370ed58a5a3e41fd75045adbfb44094dc1d8 Mon Sep 17 00:00:00 2001 From: Youssouf El Azizi Date: Wed, 13 May 2020 00:43:47 +0000 Subject: [PATCH] fix(package): fix peerDependencies versions --- package.json | 6 +++--- yarn.lock | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 21fa5bc..edb86b6 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index 4c11447..e830e99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7201,9 +7201,10 @@ react-native-vector-icons@6.0.0: 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"