Skip to content

Commit

Permalink
Bump deps for iOS 17.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Apr 3, 2024
1 parent ec0a877 commit 2f70ce4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
10 changes: 8 additions & 2 deletions ios/CoopCycle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,10 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -980,7 +983,10 @@
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ PODS:
- React-Core
- RNCPushNotificationIOS (1.11.0):
- React-Core
- RNDateTimePicker (6.7.1):
- RNDateTimePicker (7.6.3):
- React-Core
- RNFBAnalytics (18.9.0):
- Firebase/Analytics (= 10.20.0)
Expand Down Expand Up @@ -1759,7 +1759,7 @@ SPEC CHECKSUMS:
FirebaseInstallations: 763814908793c0da14c18b3dcffdec71e29ed55e
FirebaseSessions: cd97fb07674f3906619c871eefbd260a1546c9d3
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 035f1e36e53b355cf70f6434d161b36e7d21fecd
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
GoogleAppMeasurement: bb3c564c3efb933136af0e94899e0a46167466a8
GoogleDataTransport: bed3a36c04c8552479fbb9b76326e0fc69bddcb2
GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a
Expand Down Expand Up @@ -1834,7 +1834,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 090213d32d8b3bb83a4dcb7d12c18f0152591906
RNCPicker: cb57c823d5ce8d2d0b5dfb45ad97b737260dc59e
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
RNDateTimePicker: 0530a73a6f3a1a85814cbde0802736993b9e675e
RNDateTimePicker: 7b38b71bcd7c4cfa1cb95f2dff9a4f1faed2dced
RNFBAnalytics: ec290267aac57446c10b491293373ac86357f575
RNFBApp: 9b25191f7a5e72c185b7e43fffb0d906869c4659
RNFBCrashlytics: 28f83084ae8a4b9e6ad128e3a644c28bb5e16007
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@mapbox/polyline": "^1.1.1",
"@mitsuharu/react-native-sunmi-printer-library": "git+https://[email protected]/coopcycle/react-native-sunmi-printer-library.git#hotfix-rn-0.73",
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-native-community/datetimepicker": "^6.7.1",
"@react-native-community/datetimepicker": "^7.6.3",
"@react-native-community/netinfo": "^11.3.1",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-firebase/analytics": "^18.9.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"react-native-maps-super-cluster": "^1.6.0",
"react-native-markdown-display": "^7.0.2",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^14.0.0",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-modal-selector": "^2.1.2",
"react-native-pager-view": "^6.2.3",
"react-native-payment-icons": "^1.0.11",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3677,10 +3677,10 @@
prompts "^2.4.2"
semver "^7.5.2"

"@react-native-community/datetimepicker@^6.7.1":
version "6.7.1"
resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-6.7.1.tgz#a52eed9512898adef323b2fa78c6ac4611af5502"
integrity sha512-NPW1YITG7N+3TsqXc4LZV3c5IEpTD5iX18r0bvFsHdIblo5qi0ykpeK3TffmMM5gbTjgKJ4DNVHOjLiWKxFUxw==
"@react-native-community/datetimepicker@^7.6.3":
version "7.6.3"
resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-7.6.3.tgz#c6b7b84a3d6a824b55d2710658d86fe64ce12a72"
integrity sha512-Ceb+zWwX67tJKK8gTk6JRRIlU1DqIuwe2kaFwz28s6SKrU8bn/nSSB8/y9B4vic3hb8Z0WTo22807GA1Kg4W7A==
dependencies:
invariant "^2.2.4"

Expand Down Expand Up @@ -13025,10 +13025,10 @@ react-native-markdown-display@^7.0.2:
prop-types "^15.7.2"
react-native-fit-image "^1.5.5"

react-native-modal-datetime-picker@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/react-native-modal-datetime-picker/-/react-native-modal-datetime-picker-14.0.0.tgz#ca2c81a275ee3a23d9ad02113e76ed243c90781e"
integrity sha512-orI0BMgX9uooSZWYIILmMaZXqi8Ebr0vqsLUFL03zORpv9NvkBlLMQ8dZVdDxWUc1Lbx/N5DJskC16AOypPy8Q==
react-native-modal-datetime-picker@^17.1.0:
version "17.1.0"
resolved "https://registry.yarnpkg.com/react-native-modal-datetime-picker/-/react-native-modal-datetime-picker-17.1.0.tgz#74291bf92b830be285752f437841f52885c90e0b"
integrity sha512-jfTwfaCLtBffYbQ+pOGFLM+J5HmUh3vb9rT0JrrQPjxzecdc8pNYreB1c96+mVuq8bDCvaCdIeuEsslTqLJL0Q==
dependencies:
prop-types "^15.7.2"

Expand Down

0 comments on commit 2f70ce4

Please sign in to comment.