From 9f6dfcd21990e6d93832835c047446ad309e38b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:15:48 +0000 Subject: [PATCH] Bump react-native-gesture-handler from 2.20.2 to 2.24.0 Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 2.20.2 to 2.24.0. - [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases) - [Commits](https://github.com/software-mansion/react-native-gesture-handler/compare/2.20.2...2.24.0) --- updated-dependencies: - dependency-name: react-native-gesture-handler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0ce1bc..945e269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "react-native-animated-pagination-dots": "^0.1.73", "react-native-draggable-flatlist": "^4.0.1", "react-native-elements": "^3.4.2", - "react-native-gesture-handler": "~2.20.2", + "react-native-gesture-handler": "~2.24.0", "react-native-get-random-values": "~1.11.0", "react-native-onboarding-swiper": "^1.2.0", "react-native-pager-view": "6.5.1", @@ -16868,15 +16868,14 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.20.2", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.20.2.tgz", - "integrity": "sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==", + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.24.0.tgz", + "integrity": "sha512-ZdWyOd1C8axKJHIfYxjJKCcxjWEpUtUWgTOVY2wynbiveSQDm8X/PDyAKXSer/GOtIpjudUbACOndZXCN3vHsw==", "license": "MIT", "dependencies": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", - "invariant": "^2.2.4", - "prop-types": "^15.7.2" + "invariant": "^2.2.4" }, "peerDependencies": { "react": "*", @@ -31482,14 +31481,13 @@ } }, "react-native-gesture-handler": { - "version": "2.20.2", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.20.2.tgz", - "integrity": "sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==", + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.24.0.tgz", + "integrity": "sha512-ZdWyOd1C8axKJHIfYxjJKCcxjWEpUtUWgTOVY2wynbiveSQDm8X/PDyAKXSer/GOtIpjudUbACOndZXCN3vHsw==", "requires": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", - "invariant": "^2.2.4", - "prop-types": "^15.7.2" + "invariant": "^2.2.4" } }, "react-native-get-random-values": { diff --git a/package.json b/package.json index d61499d..41a6d58 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react-native-animated-pagination-dots": "^0.1.73", "react-native-draggable-flatlist": "^4.0.1", "react-native-elements": "^3.4.2", - "react-native-gesture-handler": "~2.20.2", + "react-native-gesture-handler": "~2.24.0", "react-native-get-random-values": "~1.11.0", "react-native-onboarding-swiper": "^1.2.0", "react-native-pager-view": "6.5.1",