This commit is contained in:
Marcos Rodriguez Velez 2024-05-07 20:13:12 -04:00
parent 3ca3108708
commit 742d959e54
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 9 additions and 9 deletions

View File

@ -482,7 +482,7 @@ PODS:
- React-Core
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.16.1):
- RNGestureHandler (2.16.2):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNHandoff (0.0.3):
@ -844,7 +844,7 @@ SPEC CHECKSUMS:
RNDefaultPreference: 08bdb06cfa9188d5da97d4642dac745218d7fb31
RNDeviceInfo: 42aadf1282ffa0a88dc38a504a7be145eb010dfa
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 57b260d9fb69c5dd2bb3a7e4dadcf0d2d4a7027c
RNGestureHandler: 982741f345785f2927e7b28f67dc83679cf3bfc8
RNHandoff: d3b0754cca3a6bcd9b25f544f733f7f033ccf5fa
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
RNLocalize: e8694475db034bf601e17bd3dfa8986565e769eb

14
package-lock.json generated
View File

@ -68,7 +68,7 @@
"react-native-draggable-flatlist": "github:BlueWallet/react-native-draggable-flatlist#ebfddc4",
"react-native-elements": "3.4.3",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.16.1",
"react-native-gesture-handler": "2.16.2",
"react-native-handoff": "https://github.com/BlueWallet/react-native-handoff#31d005f93d31099d0e564590a3bbd052b8a02b39",
"react-native-haptic-feedback": "2.2.0",
"react-native-idle-timer": "https://github.com/BlueWallet/react-native-idle-timer#8587876d68ab5920e79619726aeca9e672beaf2b",
@ -19473,9 +19473,9 @@
}
},
"node_modules/react-native-gesture-handler": {
"version": "2.16.1",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.16.1.tgz",
"integrity": "sha512-7AlZS2IWDPQylAYOQle2mI0Xs0omAd/Kr+gAy58hjS14LUhxZAwYMVxcSFMlN9PfzXomoNVhmJBapDWIWUw/NA==",
"version": "2.16.2",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.16.2.tgz",
"integrity": "sha512-vGFlrDKlmyI+BT+FemqVxmvO7nqxU33cgXVsn6IKAFishvlG3oV2Ds67D5nPkHMea8T+s1IcuMm0bF8ntZtAyg==",
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"hoist-non-react-statics": "^3.3.0",
@ -37155,9 +37155,9 @@
}
},
"react-native-gesture-handler": {
"version": "2.16.1",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.16.1.tgz",
"integrity": "sha512-7AlZS2IWDPQylAYOQle2mI0Xs0omAd/Kr+gAy58hjS14LUhxZAwYMVxcSFMlN9PfzXomoNVhmJBapDWIWUw/NA==",
"version": "2.16.2",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.16.2.tgz",
"integrity": "sha512-vGFlrDKlmyI+BT+FemqVxmvO7nqxU33cgXVsn6IKAFishvlG3oV2Ds67D5nPkHMea8T+s1IcuMm0bF8ntZtAyg==",
"requires": {
"@egjs/hammerjs": "^2.0.17",
"hoist-non-react-statics": "^3.3.0",