diff --git a/example/package.json b/example/package.json index 06657bca..ba59a16b 100644 --- a/example/package.json +++ b/example/package.json @@ -20,7 +20,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.74.5", - "react-native-gesture-handler": "~2.16.1", + "react-native-gesture-handler": "~2.20.2", "react-native-reanimated": "~3.15.3", "react-native-safe-area-context": "4.11.0", "react-native-screens": "3.34.0", diff --git a/example/yarn.lock b/example/yarn.lock index c1143e1c..03e54a42 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -7083,7 +7083,7 @@ path-type@^4.0.0: integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== payjp-react-native@../: - version "0.7.0" + version "0.8.0" picocolors@^1.0.0, picocolors@^1.0.1: version "1.0.1" @@ -7362,15 +7362,14 @@ react-is@^17.0.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -react-native-gesture-handler@~2.16.1: - version "2.16.2" - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.16.2.tgz#032bd2a07334292d7f6cff1dc9d1ec928f72e26d" - integrity sha512-vGFlrDKlmyI+BT+FemqVxmvO7nqxU33cgXVsn6IKAFishvlG3oV2Ds67D5nPkHMea8T+s1IcuMm0bF8ntZtAyg== +react-native-gesture-handler@~2.20.2: + version "2.20.2" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.20.2.tgz#73844c8e9c417459c2f2981bc4d8f66ba8a5ee66" + integrity sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg== dependencies: "@egjs/hammerjs" "^2.0.17" hoist-non-react-statics "^3.3.0" invariant "^2.2.4" - lodash "^4.17.21" prop-types "^15.7.2" react-native-helmet-async@2.0.4: