mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
Update dependency react-native-gesture-handler to v2.22.0
This commit is contained in:
parent
efc768f642
commit
32e2fc6ca3
2 changed files with 6 additions and 7 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -70,7 +70,7 @@
|
||||||
"react-native-document-picker": "9.3.1",
|
"react-native-document-picker": "9.3.1",
|
||||||
"react-native-draglist": "github:BlueWallet/react-native-draglist#a4af02f",
|
"react-native-draglist": "github:BlueWallet/react-native-draglist#a4af02f",
|
||||||
"react-native-fs": "2.20.0",
|
"react-native-fs": "2.20.0",
|
||||||
"react-native-gesture-handler": "2.21.2",
|
"react-native-gesture-handler": "2.22.0",
|
||||||
"react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4",
|
"react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4",
|
||||||
"react-native-haptic-feedback": "2.3.3",
|
"react-native-haptic-feedback": "2.3.3",
|
||||||
"react-native-image-picker": "7.2.2",
|
"react-native-image-picker": "7.2.2",
|
||||||
|
@ -22019,15 +22019,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-native-gesture-handler": {
|
"node_modules/react-native-gesture-handler": {
|
||||||
"version": "2.21.2",
|
"version": "2.22.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.21.2.tgz",
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.22.0.tgz",
|
||||||
"integrity": "sha512-HcwB225K9aeZ8e/B8nFzEh+2T4EPWTeamO1l/y3PcQ9cyCDYO2zja/G31ITpYRIqkip7XzGs6wI/gnHOQn1LDQ==",
|
"integrity": "sha512-m5Ps1cOSxSiMP4re+XsbeWcC9DNJuIEjMSmtUxBdyfYEJtdu5iAAiX7KlHHrf2mnK4I/56Ncy4PvPKWBwSpWpQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egjs/hammerjs": "^2.0.17",
|
"@egjs/hammerjs": "^2.0.17",
|
||||||
"hoist-non-react-statics": "^3.3.0",
|
"hoist-non-react-statics": "^3.3.0",
|
||||||
"invariant": "^2.2.4",
|
"invariant": "^2.2.4"
|
||||||
"prop-types": "^15.7.2"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "*",
|
"react": "*",
|
||||||
|
|
|
@ -134,7 +134,7 @@
|
||||||
"react-native-document-picker": "9.3.1",
|
"react-native-document-picker": "9.3.1",
|
||||||
"react-native-draglist": "github:BlueWallet/react-native-draglist#a4af02f",
|
"react-native-draglist": "github:BlueWallet/react-native-draglist#a4af02f",
|
||||||
"react-native-fs": "2.20.0",
|
"react-native-fs": "2.20.0",
|
||||||
"react-native-gesture-handler": "2.21.2",
|
"react-native-gesture-handler": "2.22.0",
|
||||||
"react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4",
|
"react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4",
|
||||||
"react-native-haptic-feedback": "2.3.3",
|
"react-native-haptic-feedback": "2.3.3",
|
||||||
"react-native-image-picker": "7.2.2",
|
"react-native-image-picker": "7.2.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue