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

chore(deps): update dependency react-native-gesture-handler to ^2.21.2 #6322

Merged
merged 2 commits into from
Dec 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 @@ -782,7 +782,7 @@ PODS:
- RNFBApp
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.20.0):
- RNGestureHandler (2.21.2):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNKeychain (8.2.0):
Expand Down Expand Up @@ -1320,7 +1320,7 @@ SPEC CHECKSUMS:
RNFBMessaging: 15439cf96be05b47d95334052afc306eac89c2ce
RNFBRemoteConfig: 37959d81004ff1232f26276d02655c992b1ce715
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 89127fcd3f17e0667825cfa0ee3b5546ac047cb9
RNGestureHandler: e9a9570cf592b2fa0f2dc90ae06f040d3ed4e4d3
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
RNPermissions: da2a4ded375aa8292d85ed93676e102c203d4717
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"react-native-exit-app": "^2.0.0",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.20.0",
"react-native-gesture-handler": "^2.21.2",
"react-native-haptic-feedback": "^2.3.3",
"react-native-in-app-review": "^4.3.3",
"react-native-keychain": "^8.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12619,10 +12619,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.20.0:
version "2.20.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.20.0.tgz#2d9ec4e9bd22619ebe36269dda3ecb1173928276"
integrity sha512-rFKqgHRfxQ7uSAivk8vxCiW4SB3G0U7jnv7kZD4Y90K5kp6YrU8Q3tWhxe3Rx55BIvSd3mBe9ZWbWVJ0FsSHPA==
react-native-gesture-handler@^2.21.2:
version "2.21.2"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.21.2.tgz#824a098d7397212fbe51aa3a9df84833a4ea1c3f"
integrity sha512-HcwB225K9aeZ8e/B8nFzEh+2T4EPWTeamO1l/y3PcQ9cyCDYO2zja/G31ITpYRIqkip7XzGs6wI/gnHOQn1LDQ==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down
Loading