diff --git a/frontend/package.json b/frontend/package.json index ed15a2d..0dff6f3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", "react-native-animation-library": "^0.0.8", "react-native-appearance": "~0.3.3", - "react-native-gesture-handler": "~1.10.2", + "react-native-gesture-handler": "~2.9.0", "react-native-pager-view": "5.0.12", "react-native-paper": "^4.9.2", "react-native-paper-form-builder": "^2.1.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 00f1d61..15a0acf 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -14061,15 +14061,15 @@ react-native-appearance@~0.3.3: invariant "^2.2.4" use-subscription "^1.0.0" -react-native-gesture-handler@~1.10.2: - version "1.10.3" - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz#942bbf2963bbf49fa79593600ee9d7b5dab3cfc0" - integrity sha512-cBGMi1IEsIVMgoox4RvMx7V2r6bNKw0uR1Mu1o7NbuHS6BRSVLq0dP34l2ecnPlC+jpWd3le6Yg1nrdCjby2Mw== +react-native-gesture-handler@~2.9.0: + version "2.9.0" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz#2f63812e523c646f25b9ad660fc6f75948e51241" + integrity sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg== dependencies: "@egjs/hammerjs" "^2.0.17" - fbjs "^3.0.0" hoist-non-react-statics "^3.3.0" invariant "^2.2.4" + lodash "^4.17.21" prop-types "^15.7.2" react-native-iphone-x-helper@^1.3.1: