From 4f6a31031b1126e4454cf344122e8a89e296bf19 Mon Sep 17 00:00:00 2001 From: rgommezz Date: Wed, 6 May 2020 12:42:28 +0100 Subject: [PATCH] chore: updating example --- example/package-lock.json | 36 +++--------------------------------- example/package.json | 2 +- 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 8427f38..06a7e9c 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -1036,14 +1036,6 @@ "minimist": "^1.2.0" } }, - "@egjs/hammerjs": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz", - "integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==", - "requires": { - "@types/hammerjs": "^2.0.36" - } - }, "@expo/vector-icons": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-10.1.0.tgz", @@ -1238,11 +1230,6 @@ "resolved": "https://registry.npmjs.org/@types/fbemitter/-/fbemitter-2.0.32.tgz", "integrity": "sha1-jtIE2g9U6cjq7DGx7skeJRMtCCw=" }, - "@types/hammerjs": { - "version": "2.0.36", - "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.36.tgz", - "integrity": "sha512-7TUK/k2/QGpEAv/BCwSHlYu3NXZhQ9ZwBYpzr9tjlPIL2C5BeGhH3DmVavRx3ZNyELX5TLC91JTz/cen6AAtIQ==" - }, "@types/invariant": { "version": "2.2.32", "resolved": "https://registry.npmjs.org/@types/invariant/-/invariant-2.2.32.tgz", @@ -3533,11 +3520,6 @@ "resolved": "https://registry.npmjs.org/hermes-engine/-/hermes-engine-0.2.1.tgz", "integrity": "sha512-eNHUQHuadDMJARpaqvlCZoK/Nitpj6oywq3vQ3wCwEsww5morX34mW5PmKWQTO7aU0ck0hgulxR+EVDlXygGxQ==" }, - "hoist-non-react-statics": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", - "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" - }, "hosted-git-info": { "version": "2.8.8", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", @@ -5690,17 +5672,6 @@ } } }, - "react-native-gesture-handler": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.6.1.tgz", - "integrity": "sha512-gQgIKhDiYf754yzhhliagLuLupvGb6ZyBdzYzr7aus3Fyi87TLOw63ers+r4kGw0h26oAWTAdHd34JnF4NeL6Q==", - "requires": { - "@egjs/hammerjs": "^2.0.17", - "hoist-non-react-statics": "^2.3.1", - "invariant": "^2.2.4", - "prop-types": "^15.7.2" - } - }, "react-native-screens": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-2.2.0.tgz", @@ -5710,11 +5681,10 @@ } }, "react-native-scroll-bottom-sheet": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/react-native-scroll-bottom-sheet/-/react-native-scroll-bottom-sheet-0.0.5.tgz", - "integrity": "sha512-QhpfiJkC3KeqQp9azrYa6QGvm/iURNGEqJFt/TVFEW86MfCnISLjM3/J+fjkTcIB7UOpSMQDria1bdoQdWTGHQ==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/react-native-scroll-bottom-sheet/-/react-native-scroll-bottom-sheet-0.1.1.tgz", + "integrity": "sha512-ZhCgq949x+b7RfFFb3T0/OmG1THrBq13WCjhJHdxUfp4vB2wsbC4eM73g1lb2MjipkJ3cgHhS0+bVy+P+xQ6Kg==", "requires": { - "react-native-gesture-handler": "^1.6.1", "utility-types": "^3.10.0" } }, diff --git a/example/package.json b/example/package.json index 97d7a35..ed4f962 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "react-dom": "~16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-screens": "~2.2.0", - "react-native-scroll-bottom-sheet": "0.0.5", + "react-native-scroll-bottom-sheet": "^0.1.1", "react-native-web": "~0.11.7" }, "devDependencies": {