Merge pull request #8479 from BlueWallet/renovate/react-native-gesture-handler-2.x
Some checks are pending
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions

Update dependency react-native-gesture-handler to v2.31.0
This commit is contained in:
GLaDOS 2026-04-09 05:19:43 +01:00 committed by GitHub
commit 016ea1c9ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

12
package-lock.json generated
View File

@ -82,7 +82,7 @@
"react-native-draglist": "github:BlueWallet/react-native-draglist#0c8049d",
"react-native-edge-to-edge": "1.8.1",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.30.1",
"react-native-gesture-handler": "2.31.0",
"react-native-get-random-values": "1.11.0",
"react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4",
"react-native-haptic-feedback": "2.3.4",
@ -5056,7 +5056,6 @@
"version": "19.2.14",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
"integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
"dev": true,
"license": "MIT",
"dependencies": {
"csstype": "^3.2.2"
@ -5064,7 +5063,6 @@
},
"node_modules/@types/react-test-renderer": {
"version": "19.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/react": "*"
@ -7720,7 +7718,6 @@
},
"node_modules/csstype": {
"version": "3.2.3",
"dev": true,
"license": "MIT"
},
"node_modules/data-view-buffer": {
@ -16094,12 +16091,13 @@
}
},
"node_modules/react-native-gesture-handler": {
"version": "2.30.1",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.30.1.tgz",
"integrity": "sha512-xIUBDo5ktmJs++0fZlavQNvDEE4PsihWhSeJsJtoz4Q6p0MiTM9TgrTgfEgzRR36qGPytFoeq+ShLrVwGdpUdA==",
"version": "2.31.0",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.31.0.tgz",
"integrity": "sha512-wmMs24UaRCIvIU/Nm7cSIV0FEWFsMrNBXxtpo5+9i8iCeOFFuyi8v8Dgfo7JKspcqPMUin0DBzi9DiG3vsDq5A==",
"license": "MIT",
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@types/react-test-renderer": "^19.1.0",
"hoist-non-react-statics": "^3.3.0",
"invariant": "^2.2.4"
},

View File

@ -164,7 +164,7 @@
"react-native-draglist": "github:BlueWallet/react-native-draglist#0c8049d",
"react-native-edge-to-edge": "1.8.1",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.30.1",
"react-native-gesture-handler": "2.31.0",
"react-native-get-random-values": "1.11.0",
"react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4",
"react-native-haptic-feedback": "2.3.4",