fix(deps): update dependency react-native-gesture-handler to v2

This commit is contained in:
Renovate Bot 2021-12-01 15:40:43 +00:00
parent d8c9ed2061
commit 10779efc13
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@
"react-native": "0.66.1",
"react-native-bootsplash": "^3.2.0",
"react-native-config": "^1.4.5",
"react-native-gesture-handler": "^1.10.3",
"react-native-gesture-handler": "^2.0.0",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.0.0",

View File

@ -8444,15 +8444,15 @@ react-native-easy-grid@0.2.2:
dependencies:
lodash "^4.17.15"
react-native-gesture-handler@^1.10.3:
version "1.10.3"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz#942bbf2963bbf49fa79593600ee9d7b5dab3cfc0"
integrity sha512-cBGMi1IEsIVMgoox4RvMx7V2r6bNKw0uR1Mu1o7NbuHS6BRSVLq0dP34l2ecnPlC+jpWd3le6Yg1nrdCjby2Mw==
react-native-gesture-handler@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.0.0.tgz#066016e2b87922511605a23b2ee00358a3216e32"
integrity sha512-QJxUXrWcHUyita4j+FPlAokR8i9fmD5n88uE6W5rtxNi17U1jAjnkbtplFWYutFP7naat+f77sZSmjil2+/4RA==
dependencies:
"@egjs/hammerjs" "^2.0.17"
fbjs "^3.0.0"
hoist-non-react-statics "^3.3.0"
invariant "^2.2.4"
lodash "^4.17.21"
prop-types "^15.7.2"
react-native-iphone-x-helper@^1.0.3, react-native-iphone-x-helper@^1.3.0: