Bump react-navigation-tabs to latest

This commit is contained in:
Brent Vatne 2018-06-05 12:20:47 -07:00
parent 842f5eb7b2
commit 99605737e9
2 changed files with 11 additions and 11 deletions

View File

@ -38,7 +38,7 @@
"react-native-drawer-layout-polyfill": "^1.3.2",
"react-native-safe-area-view": "^0.8.0",
"react-navigation-deprecated-tab-navigator": "1.3.0",
"react-navigation-tabs": "0.3.0"
"react-navigation-tabs": "0.5.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",

View File

@ -4622,7 +4622,7 @@ promise@^7.1.1:
dependencies:
asap "~2.0.3"
prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0:
prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1:
version "15.6.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
dependencies:
@ -4744,11 +4744,11 @@ react-native-tab-view@^0.0.77:
dependencies:
prop-types "^15.6.0"
react-native-tab-view@~0.0.78:
version "0.0.78"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.78.tgz#9b90730d89cbd34a03f0e0ab10e74ca7af945560"
react-native-tab-view@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-1.0.2.tgz#66e0bc6d38a227ed2b212e3a256b7902f6ce02ed"
dependencies:
prop-types "^15.6.0"
prop-types "^15.6.1"
react-native-vector-icons@^4.2.0:
version "4.6.0"
@ -4823,15 +4823,15 @@ react-navigation-deprecated-tab-navigator@1.3.0:
dependencies:
react-native-tab-view "^0.0.77"
react-navigation-tabs@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.3.0.tgz#b1fe7ef1c665dd8928fafcc8622616e220ae5efa"
react-navigation-tabs@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.5.0.tgz#74d5511270742a0b67c46fe65a1b19e553763819"
dependencies:
hoist-non-react-statics "^2.5.0"
prop-types "^15.6.0"
prop-types "^15.6.1"
react-lifecycles-compat "^3.0.4"
react-native-safe-area-view "^0.7.0"
react-native-tab-view "~0.0.78"
react-native-tab-view "^1.0.0"
react-proxy@^1.1.7:
version "1.1.8"