Skip to content

Commit f84ed7a

Browse files
authored
Merge pull request #2991 from StoDevX/outlined-icons
Downgrade react-native-vector-icons to retain the outlined icons
2 parents a498ab8 + 9e0d042 commit f84ed7a

File tree

7 files changed

+10
-16
lines changed

7 files changed

+10
-16
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",

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"ignore": [
3737
"flow-bin",
3838
"react-markdown",
39-
"react"
39+
"react",
40+
"react-test-renderer",
41+
"react-native-vector-icons"
4042
]
4143
},
4244
"jest": {
@@ -134,7 +136,7 @@
134136
"react-native-searchbar-controlled": "1.0.0",
135137
"react-native-tableview-simple": "0.17.5",
136138
"react-native-typography": "1.3.0",
137-
"react-native-vector-icons": "5.0.0",
139+
"react-native-vector-icons": "4.6.0",
138140
"react-navigation": "2.13.0",
139141
"react-navigation-material-bottom-tabs": "0.3.0",
140142
"react-redux": "5.0.7",

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6038,15 +6038,7 @@ [email protected], react-native-typography@^1.3.0:
60386038
version "1.3.0"
60396039
resolved "https://registry.yarnpkg.com/react-native-typography/-/react-native-typography-1.3.0.tgz#ae921c141ab1dfdf4335ebc2b4a146bcf7919b36"
60406040

6041-
6042-
version "5.0.0"
6043-
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-5.0.0.tgz#d0bd6fdda01159db409810718dd04904951a98f5"
6044-
dependencies:
6045-
lodash "^4.0.0"
6046-
prop-types "^15.5.10"
6047-
yargs "^8.0.2"
6048-
6049-
react-native-vector-icons@^4.4.2:
6041+
[email protected], react-native-vector-icons@^4.4.2:
60506042
version "4.6.0"
60516043
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-4.6.0.tgz#e4014311ffa6de397d914ffc31b7097a874cc8d5"
60526044
dependencies:

0 commit comments

Comments
 (0)