From ce8e5d35f66789f1f249c4f07207e8ed00d61a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Oct 2018 05:13:56 +0000 Subject: [PATCH] Bump react-native-scrollable-tab-view from 0.8.0 to 0.9.0 Bumps [react-native-scrollable-tab-view](https://github.com/brentvatne/react-native-scrollable-tab-view) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/brentvatne/react-native-scrollable-tab-view/releases) - [Commits](https://github.com/brentvatne/react-native-scrollable-tab-view/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 65e8363..f6cc237 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "expo": "^23.0.6", "react": "16.1.1", "react-native": "^0.49.5", - "react-native-scrollable-tab-view": "^0.8.0" + "react-native-scrollable-tab-view": "^0.9.0" } } diff --git a/yarn.lock b/yarn.lock index 17a4c57..270c5d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4867,9 +4867,9 @@ react-native-scripts@1.8.1: rimraf "^2.6.1" xdl "47.0.4" -react-native-scrollable-tab-view@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/react-native-scrollable-tab-view/-/react-native-scrollable-tab-view-0.8.0.tgz#5cb1fcfce07bf530a3c81ab51fc5071144edac5c" +react-native-scrollable-tab-view@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/react-native-scrollable-tab-view/-/react-native-scrollable-tab-view-0.9.0.tgz#cf8c09018f1e1c88bb26db6a003c90de275a1c6f" dependencies: create-react-class "^15.6.2" prop-types "^15.6.0"