Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-native-gesture-handler to ^2.18.1 #5714

Merged
merged 2 commits into from
Aug 6, 2024
Merged
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 @@ -702,7 +702,7 @@ PODS:
- RNFBApp
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.17.1):
- RNGestureHandler (2.18.1):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNImageCropPicker (0.41.2):
Expand Down Expand Up @@ -1249,7 +1249,7 @@ SPEC CHECKSUMS:
RNFBMessaging: 15439cf96be05b47d95334052afc306eac89c2ce
RNFBRemoteConfig: 37959d81004ff1232f26276d02655c992b1ce715
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: bbb8e17b10afdafc5cc5746e8f60772236e7e2ca
RNGestureHandler: 325d972e9402b427e819c950eae2b07d4c529802
RNImageCropPicker: 771e2ca319d2cf92e04ebf334ece892ee9a6728f
RNKeychain: f1b48665a4646f61191eb048c4c05c58d9a7596f
RNLocalize: e8694475db034bf601e17bd3dfa8986565e769eb
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"react-native-fast-crypto": "^2.0.0",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.17.1",
"react-native-gesture-handler": "^2.18.1",
"react-native-get-random-values": "^1.11.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-image-crop-picker": "^0.41.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15281,10 +15281,10 @@ react-native-fs@*, react-native-fs@^2.14.1, react-native-fs@^2.20.0:
base-64 "^0.1.0"
utf8 "^3.0.0"

react-native-gesture-handler@^2.17.1:
version "2.17.1"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.17.1.tgz#f458a6099f09afac144f3e67add96667d859a88d"
integrity sha512-pWfniN6NuVKUq40KACuD3NCMe+bWNQCpD3cmxL6aLSCTwPKYmf7l4Lp0/E/almpjvxhybJZtFLU0w4tmxnIKaA==
react-native-gesture-handler@^2.18.1:
version "2.18.1"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.18.1.tgz#ec9206f34cd2f34a66c0430b2c416d31ee6dff17"
integrity sha512-WF2fxQ5kTaxHghlkBM4YxO86SyGWVwrSNgJ1E8z/ZtL2xD5B3bg5agvuVFfOzvceC114yq71s6E9vKPz94ZxRw==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down