Skip to content

Commit 34ca2ca

Browse files
Update dependency react-native-vector-icons to v10
1 parent 8ec5528 commit 34ca2ca

File tree

9 files changed

+22
-19
lines changed

9 files changed

+22
-19
lines changed

modules/event-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"moment-timezone": "^0.5.41",
1313
"react": "^18.0.0",
1414
"react-native": "^0.72.4",
15-
"react-native-vector-icons": "^9.2.0",
15+
"react-native-vector-icons": "^10.1.0",
1616
"@react-navigation/native": "^6.1.7"
1717
},
1818
"dependencies": {

modules/filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "^18.0.0",
1313
"react-native": "^0.72.4",
1414
"react-native-popover-view": "^5.1.8",
15-
"react-native-vector-icons": "^9.2.0"
15+
"react-native-vector-icons": "^10.1.0"
1616
},
1717
"dependencies": {
1818
"@callstack/react-theme-provider": "3.0.9",

modules/food-menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"moment-timezone": "^0.5.41",
1414
"react": "^18.0.0",
1515
"react-native": "^0.72.4",
16-
"react-native-vector-icons": "^9.2.0",
16+
"react-native-vector-icons": "^10.1.0",
1717
"@react-navigation/native": "^6.1.7"
1818
},
1919
"dependencies": {

modules/icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"peerDependencies": {
1212
"react-native": "^0.72.4",
13-
"react-native-vector-icons": "^9.2.0"
13+
"react-native-vector-icons": "^10.1.0"
1414
}
1515
}

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": "^18.0.0",
1313
"react-native": "^0.72.4",
14-
"react-native-vector-icons": "^9.2.0"
14+
"react-native-vector-icons": "^10.1.0"
1515
},
1616
"dependencies": {
1717
"@callstack/react-theme-provider": "3.0.9",

modules/navigation-buttons/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": "^18.0.0",
1414
"react-native": "^0.72.4",
15-
"react-native-vector-icons": "^9.2.0",
15+
"react-native-vector-icons": "^10.1.0",
1616
"@react-navigation/native": "^6.1.7"
1717
}
1818
}

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": "^18.0.0",
1414
"react-native": "^0.72.4",
15-
"react-native-vector-icons": "^9.2.0",
15+
"react-native-vector-icons": "^10.1.0",
1616
"@react-navigation/native": "^6.1.7"
1717
}
1818
}

package-lock.json

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"react-native-sfsymbols": "1.2.1",
9797
"react-native-tableview-simple": "4.4.1",
9898
"react-native-typography": "1.4.1",
99-
"react-native-vector-icons": "9.2.0",
99+
"react-native-vector-icons": "10.1.0",
100100
"react-native-webview": "13.5.1",
101101
"react-redux": "8.1.3",
102102
"redux-persist": "6.0.0",

0 commit comments

Comments
 (0)