Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 6f14e18

Browse files
committed
fix: upgrade react-native-tab-view
1 parent 17521b0 commit 6f14e18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"hoist-non-react-statics": "^2.5.0",
4040
"prop-types": "^15.6.1",
4141
"react-lifecycles-compat": "^3.0.4",
42-
"react-native-tab-view": "^1.4.0"
42+
"react-native-tab-view": "^1.4.1"
4343
},
4444
"devDependencies": {
4545
"@commitlint/config-conventional": "^7.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6826,10 +6826,10 @@ react-native-tab-view@^1.0.0, react-native-tab-view@^1.2.0:
68266826
dependencies:
68276827
prop-types "^15.6.1"
68286828

6829-
react-native-tab-view@^1.4.0:
6830-
version "1.4.0"
6831-
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-1.4.0.tgz#c70a1f6a86a12bdb6e8b30c390afc751dfe41275"
6832-
integrity sha512-YnTO4tavO0TXN1nHVQel+4IB0SYoke+moAbdsai9I5DlQ2PTtW4077Vm2N9cdN7zCb5JoWKHulyB9jtTdKR3fQ==
6829+
react-native-tab-view@^1.4.1:
6830+
version "1.4.1"
6831+
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-1.4.1.tgz#f113cd87485808f0c991abec937f70fa380478b9"
6832+
integrity sha512-Bke8KkDcDhvB/z0AS7MnQKMD2p6Kwfc1rSKlMOvg9CC5CnClQ2QEnhPSbwegKDYhUkBI92iH/BYy7hNSm5kbUQ==
68336833
dependencies:
68346834
prop-types "^15.6.1"
68356835

0 commit comments

Comments
 (0)