From 98c9ddb594a62662a1e6888d951366f89c4059e6 Mon Sep 17 00:00:00 2001 From: Bart Akeley Date: Sat, 3 Jun 2017 20:12:38 -0500 Subject: [PATCH] react-native-scrollable-tab-view at 0.7.4 --- package.json | 4 ++-- yarn.lock | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a8df2e2..e82e830 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-native-looped-carousel": "^0.1.5", "react-native-material-ui": "^1.7.0", "react-native-modal": "^2.2.0", - "react-native-scrollable-tab-view": "^0.6.6", + "react-native-scrollable-tab-view": "^0.7.4", "react-native-vector-icons": "^4.0.0", "react-router-native": "^4.0.0", "recompose": "^0.23.4", @@ -38,4 +38,4 @@ "jest": { "preset": "react-native" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index ba23eea..424f0ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3574,10 +3574,11 @@ react-native-modal@^2.2.0: prop-types "15.5.10" react-native-animatable "^1.2.0" -react-native-scrollable-tab-view@^0.6.6: - version "0.6.6" - resolved "https://registry.yarnpkg.com/react-native-scrollable-tab-view/-/react-native-scrollable-tab-view-0.6.6.tgz#d49d21060745845e9c59e3d39a2bacd4056a8b59" +react-native-scrollable-tab-view@^0.7.4: + version "0.7.4" + resolved "https://registry.yarnpkg.com/react-native-scrollable-tab-view/-/react-native-scrollable-tab-view-0.7.4.tgz#623a047cbfab35a27b8689095af524e9aac74b62" dependencies: + react-static-container "^1.0.1" react-timer-mixin "^0.13.3" react-native-vector-icons@^4.0.0: @@ -3694,6 +3695,10 @@ react-router@^4.1.1: prop-types "^15.5.4" warning "^3.0.0" +react-static-container@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/react-static-container/-/react-static-container-1.0.1.tgz#694c0dd68a896b879519afb548399cc1989c9ab0" + react-test-renderer@15.4.2: version "15.4.2" resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-15.4.2.tgz#27e1dff5d26d0e830f99614c487622bc831416f3"