From ddc8bc5f3968bf9db2b8589ac8306c465a608e74 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 00:13:39 +0000 Subject: [PATCH] Bump react-navigation-tabs from 2.9.2 to 2.10.1 Bumps [react-navigation-tabs](https://github.com/react-navigation/tabs) from 2.9.2 to 2.10.1. - [Release notes](https://github.com/react-navigation/tabs/releases) - [Changelog](https://github.com/react-navigation/tabs/blob/master/.release-it.json) - [Commits](https://github.com/react-navigation/tabs/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64e8434b..cf16b357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14073,14 +14073,14 @@ } }, "react-navigation-tabs": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/react-navigation-tabs/-/react-navigation-tabs-2.9.2.tgz", - "integrity": "sha512-Kz3bFgqTruR76jIz69KQFsvh97oc73otuklaAbrxs6MxK8UkA6RlEk5v5VuPEMwD3RV2yke9SQwEWTDoAWtXTA==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/react-navigation-tabs/-/react-navigation-tabs-2.10.1.tgz", + "integrity": "sha512-0J4QiQ1V1e59gjW6rm2xFXVCEDcznuJUoKthFfEJMWjiaZNgZ2xzpdqhiIyq6KtVJx6o3OTwrgQrBhJMXNQW5Q==", "requires": { "hoist-non-react-statics": "^3.3.2", "react-lifecycles-compat": "^3.0.4", - "react-native-safe-area-view": "^0.14.9", - "react-native-tab-view": "^2.15.1" + "react-native-iphone-x-helper": "^1.3.0", + "react-native-tab-view": "^2.15.2" }, "dependencies": { "hoist-non-react-statics": { diff --git a/package.json b/package.json index 9697494c..8c394cbf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-navigation": "^4.4.2", "react-navigation-drawer": "^2.5.2", "react-navigation-stack": "^1.10.3", - "react-navigation-tabs": "^2.9.2" + "react-navigation-tabs": "^2.10.1" }, "devDependencies": { "@babel/core": "^7.12.3",