diff --git a/package-lock.json b/package-lock.json index a519cb5..1c75cff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-events-calendar": "^1.0.8", - "react-native-gesture-handler": "~2.1.0", + "react-native-gesture-handler": "^2.25.0", "react-native-paper": "^4.12.0", "react-native-reanimated": "~2.3.1", "react-native-safe-area-context": "3.3.2", @@ -9761,15 +9761,18 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.1.3.tgz", - "integrity": "sha512-y5W2MVB+J6vjIT/mUidDv0BqVRbWXn0cP7R2o6fsSYsHh9M0btT979+bCI7nPuhmRHjkhg5xCm4HNMIH0IQO4w==", + "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", - "lodash": "^4.17.21", - "prop-types": "^15.7.2" + "invariant": "^2.2.4" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" } }, "node_modules/react-native-iphone-x-helper": { @@ -19557,15 +19560,13 @@ } }, "react-native-gesture-handler": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.1.3.tgz", - "integrity": "sha512-y5W2MVB+J6vjIT/mUidDv0BqVRbWXn0cP7R2o6fsSYsHh9M0btT979+bCI7nPuhmRHjkhg5xCm4HNMIH0IQO4w==", + "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", - "lodash": "^4.17.21", - "prop-types": "^15.7.2" + "invariant": "^2.2.4" } }, "react-native-iphone-x-helper": { diff --git a/package.json b/package.json index 062d065..bc5ffb4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-events-calendar": "^1.0.8", - "react-native-gesture-handler": "~2.1.0", + "react-native-gesture-handler": "~2.25.0", "react-native-paper": "^4.12.0", "react-native-reanimated": "~2.3.1", "react-native-safe-area-context": "3.3.2",