From 43414e4fd5270a8ff442d52a264a0c116221fa02 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Tue, 5 Jun 2018 12:20:47 -0700 Subject: [PATCH] Bump react-navigation-tabs to latest --- packages/react-navigation/package.json | 2 +- packages/react-navigation/yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index f2b808b9..bfe6f8b8 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -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", diff --git a/packages/react-navigation/yarn.lock b/packages/react-navigation/yarn.lock index e7597d34..739f2499 100644 --- a/packages/react-navigation/yarn.lock +++ b/packages/react-navigation/yarn.lock @@ -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"