Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ PODS:
- RNSentry (5.9.1):
- React-Core
- Sentry/HybridSDK (= 8.10.0)
- RNVectorIcons (9.2.0):
- RNVectorIcons (10.1.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- Sentry/HybridSDK (8.10.0):
- SentryPrivate (= 8.10.0)
Expand Down Expand Up @@ -737,7 +738,7 @@ SPEC CHECKSUMS:
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
RNSearchBar: 9860431356b7d12a8449d2fddb2b5f3c78d1e99f
RNSentry: 0a1daa8ee81e2776f977ae8c66e67c8d85587828
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
RNVectorIcons: bfb663f3f7b37340cd90120151b720641523dc84
Sentry: 71cd4427146ac56eab6e70401ac7a24384c3d3b5
SentryPrivate: 9334613897c85a9e30f2c9d7a331af8aaa4fe71f
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Expand Down
2 changes: 1 addition & 1 deletion modules/event-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"moment-timezone": "^0.5.41",
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0",
"react-native-vector-icons": "^10.1.0",
"@react-navigation/native": "^6.1.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-popover-view": "^5.1.8",
"react-native-vector-icons": "^9.2.0"
"react-native-vector-icons": "^10.1.0"
},
"dependencies": {
"@callstack/react-theme-provider": "3.0.9",
Expand Down
2 changes: 1 addition & 1 deletion modules/food-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"moment-timezone": "^0.5.41",
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0",
"react-native-vector-icons": "^10.1.0",
"@react-navigation/native": "^6.1.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"peerDependencies": {
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0"
"react-native-vector-icons": "^10.1.0"
}
}
2 changes: 1 addition & 1 deletion modules/lists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"peerDependencies": {
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0"
"react-native-vector-icons": "^10.1.0"
},
"dependencies": {
"@callstack/react-theme-provider": "3.0.9",
Expand Down
2 changes: 1 addition & 1 deletion modules/navigation-buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@frogpond/app-theme": "^1.0.0",
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0",
"react-native-vector-icons": "^10.1.0",
"@react-navigation/native": "^6.1.7"
}
}
2 changes: 1 addition & 1 deletion modules/navigation-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@frogpond/app-theme": "^1.0.0",
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0",
"react-native-vector-icons": "^10.1.0",
"@react-navigation/native": "^6.1.7"
}
}
25 changes: 14 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"react-native-sfsymbols": "1.2.1",
"react-native-tableview-simple": "4.4.1",
"react-native-typography": "1.4.1",
"react-native-vector-icons": "9.2.0",
"react-native-vector-icons": "10.1.0",
"react-native-webview": "13.5.1",
"react-redux": "8.1.3",
"redux-persist": "6.0.0",
Expand Down