diff --git a/package-lock.json b/package-lock.json index a519cb5..738a7b3 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.16.1", "react-native-paper": "^4.12.0", "react-native-reanimated": "~2.3.1", "react-native-safe-area-context": "3.3.2", @@ -9761,15 +9761,20 @@ } }, "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.16.1", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.16.1.tgz", + "integrity": "sha512-7AlZS2IWDPQylAYOQle2mI0Xs0omAd/Kr+gAy58hjS14LUhxZAwYMVxcSFMlN9PfzXomoNVhmJBapDWIWUw/NA==", + "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" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" } }, "node_modules/react-native-iphone-x-helper": { @@ -19557,9 +19562,9 @@ } }, "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.16.1", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.16.1.tgz", + "integrity": "sha512-7AlZS2IWDPQylAYOQle2mI0Xs0omAd/Kr+gAy58hjS14LUhxZAwYMVxcSFMlN9PfzXomoNVhmJBapDWIWUw/NA==", "requires": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", diff --git a/package.json b/package.json index 062d065..d2d7528 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.16.1", "react-native-paper": "^4.12.0", "react-native-reanimated": "~2.3.1", "react-native-safe-area-context": "3.3.2",