Skip to content

Commit 1fb64c1

Browse files
authored
Merge pull request #2992 from StoDevX/greenkeeper/react-navigation-material-bottom-tabs-0.4.0
Update react-navigation-material-bottom-tabs to the latest version 🚀
2 parents b43ef9d + 0fad87a commit 1fb64c1

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

modules/navigation-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"react-native": "^0.55.4",
1515
"react-native-vector-icons": "^4.0.0",
1616
"react-navigation": "^2.11.2",
17-
"react-navigation-material-bottom-tabs": "^0.3.0"
17+
"react-navigation-material-bottom-tabs": "^0.4.0"
1818
}
1919
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
"react-native-linear-gradient": "2.4.2",
130130
"react-native-network-info": "4.0.0",
131131
"react-native-onesignal": "3.2.6",
132+
"react-native-paper": "2.0.1",
132133
"react-native-popover-view": "1.0.8",
133134
"react-native-restart": "0.0.7",
134135
"react-native-safari-view": "2.1.0",
@@ -138,7 +139,7 @@
138139
"react-native-typography": "1.3.0",
139140
"react-native-vector-icons": "4.6.0",
140141
"react-navigation": "2.13.0",
141-
"react-navigation-material-bottom-tabs": "0.3.0",
142+
"react-navigation-material-bottom-tabs": "0.4.0",
142143
"react-redux": "5.0.7",
143144
"redux": "3.7.2",
144145
"redux-logger": "3.0.6",

yarn.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,20 +2021,16 @@ collection-visit@^1.0.0:
20212021
object-visit "^1.0.0"
20222022

20232023
color-convert@^1.9.0, color-convert@^1.9.1:
2024-
version "1.9.2"
2025-
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.2.tgz#49881b8fba67df12a96bdf3f56c0aab9e7913147"
2024+
version "1.9.3"
2025+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
20262026
dependencies:
2027-
color-name "1.1.1"
2027+
color-name "1.1.3"
20282028

20292029
20302030
version "0.0.3"
20312031
resolved "https://registry.yarnpkg.com/color-logger/-/color-logger-0.0.3.tgz#d9b22dd1d973e166b18bf313f9f481bba4df2018"
20322032

2033-
2034-
version "1.1.1"
2035-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689"
2036-
2037-
color-name@^1.0.0:
2033+
[email protected], color-name@^1.0.0:
20382034
version "1.1.3"
20392035
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
20402036

@@ -2179,13 +2175,20 @@ create-react-class@^15.6.3:
21792175
loose-envify "^1.3.1"
21802176
object-assign "^4.1.1"
21812177

2182-
[email protected], create-react-context@^0.2.1, create-react-context@^0.2.2:
2178+
21832179
version "0.2.2"
21842180
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.2.tgz#9836542f9aaa22868cd7d4a6f82667df38019dca"
21852181
dependencies:
21862182
fbjs "^0.8.0"
21872183
gud "^1.0.0"
21882184

2185+
create-react-context@^0.2.1, create-react-context@^0.2.2:
2186+
version "0.2.3"
2187+
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.3.tgz#9ec140a6914a22ef04b8b09b7771de89567cb6f3"
2188+
dependencies:
2189+
fbjs "^0.8.0"
2190+
gud "^1.0.0"
2191+
21892192
cross-spawn@^4.0.2:
21902193
version "4.0.2"
21912194
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41"
@@ -2338,7 +2341,7 @@ deep-is@~0.1.3:
23382341
version "0.1.3"
23392342
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
23402343

2341-
deepmerge@^2.1.0, deepmerge@^2.1.1:
2344+
deepmerge@^2.1.1:
23422345
version "2.1.1"
23432346
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-2.1.1.tgz#e862b4e45ea0555072bf51e7fd0d9845170ae768"
23442347

@@ -5972,13 +5975,13 @@ [email protected]:
59725975
dependencies:
59735976
invariant "^2.2.2"
59745977

5975-
5976-
version "2.0.0-alpha.4"
5977-
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-2.0.0-alpha.4.tgz#2186fd85e3e5aee368a0861f6a302015e76f24d9"
5978+
5979+
version "2.0.1"
5980+
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-2.0.1.tgz#0221ead52e35811ca6d2ce41cf069d424fe92bcf"
59785981
dependencies:
5982+
"@callstack/react-theme-provider" "^1.0.3"
59795983
color "^2.0.1"
59805984
create-react-context "^0.2.2"
5981-
deepmerge "^2.1.0"
59825985
hoist-non-react-statics "^2.5.0"
59835986
react-lifecycles-compat "^3.0.4"
59845987

@@ -6125,13 +6128,12 @@ [email protected]:
61256128
dependencies:
61266129
react-native-drawer-layout-polyfill "^1.3.2"
61276130

6128-
react-navigation-material-bottom-tabs@0.3.0:
6129-
version "0.3.0"
6130-
resolved "https://registry.yarnpkg.com/react-navigation-material-bottom-tabs/-/react-navigation-material-bottom-tabs-0.3.0.tgz#7fae682a41c1c290f2584fe50879e36b41da5394"
6131+
react-navigation-material-bottom-tabs@0.4.0:
6132+
version "0.4.0"
6133+
resolved "https://registry.yarnpkg.com/react-navigation-material-bottom-tabs/-/react-navigation-material-bottom-tabs-0.4.0.tgz#3d827c9f1f9b5c78a76e08fd3d06426fb7a4dff0"
61316134
dependencies:
61326135
hoist-non-react-statics "^2.5.0"
61336136
prop-types "^15.6.0"
6134-
react-native-paper "2.0.0-alpha.4"
61356137
react-navigation-tabs "^0.4.0"
61366138

61376139

0 commit comments

Comments
 (0)