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
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ PODS:
- React-Core
- RNCPicker (2.5.1):
- React-Core
- RNDateTimePicker (8.2.0):
- RNDateTimePicker (8.4.1):
- React-Core
- RNDeviceInfo (11.1.0):
- React-Core
Expand Down Expand Up @@ -724,7 +724,7 @@ SPEC CHECKSUMS:
RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb
RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd
RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8
RNDateTimePicker: 40ffda97d071a98a10fdca4fa97e3977102ccd14
RNDateTimePicker: 279bad2682d9ebdd4151cb71d88f3b460f818fc8
RNDeviceInfo: b899ce37a403a4dea52b7cb85e16e49c04a5b88e
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364
Expand Down
2 changes: 1 addition & 1 deletion modules/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"dependencies": {
"@frogpond/app-theme": "^1.0.0",
"@frogpond/colors": "^1.0.0",
"@react-native-community/datetimepicker": "8.2.0"
"@react-native-community/datetimepicker": "8.4.1"
}
}
12 changes: 6 additions & 6 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 @@ -50,7 +50,7 @@
"@hawkrives/react-native-alternate-icons": "0.6.2",
"@react-native-async-storage/async-storage": "1.19.3",
"@react-native-clipboard/clipboard": "1.11.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-community/netinfo": "11.3.2",
"@react-native-picker/picker": "2.5.1",
"@react-navigation/bottom-tabs": "6.6.1",
Expand Down
Loading