Skip to content

Commit 9e0d042

Browse files
committed
downgrade peerDependency on rn-vector-icons in modules
1 parent 9c92e10 commit 9e0d042

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"peerDependencies": {
1212
"react": "^16.4.2",
1313
"react-native": "^0.55.4",
14-
"react-native-vector-icons": "^5.0.0",
14+
"react-native-vector-icons": "^4.0.0",
1515
"react-native-popover-view": "^1.0.7"
1616
},
1717
"dependencies": {

modules/food-menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"peerDependencies": {
1212
"react": "^16.4.2",
1313
"react-native": "^0.55.4",
14-
"react-native-vector-icons": "^5.0.0",
14+
"react-native-vector-icons": "^4.0.0",
1515
"moment": "^2.22.2",
1616
"moment-timezone": "^0.5.21"
1717
},

modules/lists/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"peerDependencies": {
1212
"react": "^16.4.2",
1313
"react-native": "^0.55.4",
14-
"react-native-vector-icons": "^5.0.0"
14+
"react-native-vector-icons": "^4.0.0"
1515
},
1616
"dependencies": {
1717
"@callstack/react-theme-provider": "^1.0.3",

modules/navigation-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@frogpond/app-theme": "^1.0.0",
1313
"react": "^16.4.2",
1414
"react-native": "^0.55.4",
15-
"react-native-vector-icons": "^5.0.0",
15+
"react-native-vector-icons": "^4.0.0",
1616
"react-navigation": "^2.11.2",
1717
"react-navigation-material-bottom-tabs": "^0.3.0"
1818
}

modules/searchbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-native": "^0.55.4",
1414
"react-native-search-bar": "^3.4.2",
1515
"react-native-searchbar-controlled": "^1.0.0",
16-
"react-native-vector-icons": "^5.0.0"
16+
"react-native-vector-icons": "^4.0.0"
1717
},
1818
"dependencies": {
1919
"@frogpond/colors": "^1.0.0",

0 commit comments

Comments
 (0)