diff --git a/example/package.json b/example/package.json index e2146fd..543384b 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "@ui-kitten/components": "^5.1.2", "react": "18.2.0", "react-native": "0.71.0", - "react-native-gesture-handler": "2.9.0", + "react-native-gesture-handler": "2.17.0", "react-native-safe-area-context": "4.5.0", "react-native-screens": "3.20.0", "react-native-svg": "^13.8.0" diff --git a/example/yarn.lock b/example/yarn.lock index 07ec82a..f422189 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -3198,11 +3198,6 @@ lodash.throttle@^4.1.1: resolved "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz" integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ== -lodash@^4.17.21: - version "4.17.21" - resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - log-symbols@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" @@ -4186,15 +4181,14 @@ react-native-codegen@^0.71.3: jscodeshift "^0.13.1" nullthrows "^1.1.1" -react-native-gesture-handler@2.9.0: - version "2.9.0" - resolved "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz" - integrity sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg== +react-native-gesture-handler@2.17.0: + version "2.17.0" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.17.0.tgz#f6c85bf58e1814ad59f6570e7cd08d70e6778563" + integrity sha512-FzEOlLTo83OEBnCKwgwQTnsnlVHMVHu6xRNrxHpPRllfSBlpfyHCn2ezzDA6/k7ec2ooltU+3IIQSRiamHwHNA== 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-gradle-plugin@^0.71.12: