From 5c193f0b23efeb8dfa0c66d245ea88ffb4021f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:47:01 +0000 Subject: [PATCH] Bump react-native-gesture-handler from 2.20.2 to 2.25.0 Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 2.20.2 to 2.25.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.25.0) --- updated-dependencies: - dependency-name: react-native-gesture-handler dependency-version: 2.25.0 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..4f144ea 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.25.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.25.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.25.0.tgz", + "integrity": "sha512-NPjJi6mislXxvjxQPU9IYwBjb1Uejp8GvAbE1Lhh+xMIMEvmgAvVIp5cz1P+xAbV6uYcRRArm278+tEInGOqWg==", "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.25.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.25.0.tgz", + "integrity": "sha512-NPjJi6mislXxvjxQPU9IYwBjb1Uejp8GvAbE1Lhh+xMIMEvmgAvVIp5cz1P+xAbV6uYcRRArm278+tEInGOqWg==", "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..0a5eb90 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.25.0", "react-native-get-random-values": "~1.11.0", "react-native-onboarding-swiper": "^1.2.0", "react-native-pager-view": "6.5.1",