From be0d841378838c3befb578931f432fc0641c614b Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 21:00:21 +0000 Subject: [PATCH] fix(deps): update dependency @gorhom/bottom-sheet to v5 --- Storybook/package-lock.json | 56 +++++++++++++++---------------------- Storybook/package.json | 2 +- 2 files changed, 24 insertions(+), 34 deletions(-) diff --git a/Storybook/package-lock.json b/Storybook/package-lock.json index 0fa85f80..c056a899 100644 --- a/Storybook/package-lock.json +++ b/Storybook/package-lock.json @@ -8,7 +8,7 @@ "name": "Storybook", "version": "0.0.1", "dependencies": { - "@gorhom/bottom-sheet": "^4.4.5", + "@gorhom/bottom-sheet": "^5.0.0", "@react-native-async-storage/async-storage": "^1.18.2", "@react-native-community/datetimepicker": "^7.1.0", "@react-native-community/slider": "^4.3.3", @@ -1455,20 +1455,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-object-assign": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.22.5.tgz", - "integrity": "sha512-iDhx9ARkXq4vhZ2CYOSnQXkmxkDgosLi3J8Z17mKz7LyzthtkdVchLD7WZ3aXeCuvJDOW3+1I5TpJmwIbF9MKQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-transform-object-rest-spread": { "version": "7.22.11", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.11.tgz", @@ -2709,9 +2695,10 @@ "dev": true }, "node_modules/@gorhom/bottom-sheet": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/@gorhom/bottom-sheet/-/bottom-sheet-4.4.7.tgz", - "integrity": "sha512-ukTuTqDQi2heo68hAJsBpUQeEkdqP9REBcn47OpuvPKhdPuO1RBOOADjqXJNCnZZRcY+HqbnGPMSLFVc31zylQ==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@gorhom/bottom-sheet/-/bottom-sheet-5.0.4.tgz", + "integrity": "sha512-DTKFE+KwcS4Du5hbzTzh3r9hdfEfYmChcRi6hSeiDPGiCMq8GQ7VD5VE1WaFRrEbcc0+Seu1ZEjsf+JMcFM4vg==", + "license": "MIT", "dependencies": { "@gorhom/portal": "1.0.14", "invariant": "^2.2.4" @@ -2721,8 +2708,8 @@ "@types/react-native": "*", "react": "*", "react-native": "*", - "react-native-gesture-handler": ">=1.10.1", - "react-native-reanimated": ">=2.2.0" + "react-native-gesture-handler": ">=2.16.1", + "react-native-reanimated": ">=3.10.1" }, "peerDependenciesMeta": { "@types/react": { @@ -35439,14 +35426,14 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz", - "integrity": "sha512-deqh36bw82CFUV9EC4tTo2PP1i9HfCOORGS3Zmv71UYhEZEHkzZv18IZNPB+2Awzj45vLIidZxGYGFxHlDSQ5A==", + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.20.0.tgz", + "integrity": "sha512-rFKqgHRfxQ7uSAivk8vxCiW4SB3G0U7jnv7kZD4Y90K5kp6YrU8Q3tWhxe3Rx55BIvSd3mBe9ZWbWVJ0FsSHPA==", + "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": { @@ -35502,22 +35489,25 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.4.2.tgz", - "integrity": "sha512-FbtG+f1PB005vDTJSv4zAnTK7nNXi+FjFgbAM5gOzIZDajfph2BFMSUstzIsN8T77+OKuugUBmcTqLnQ24EBVg==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.0.tgz", + "integrity": "sha512-DDyp5/sFeDTsb7lf/iYVwyRmbfzO/+vsUjGV4YHeI9RbelG9GpZRJoxyv5CN0PXsEjQiXk4XJ8rxYDopCg9bsg==", + "license": "MIT", "dependencies": { - "@babel/plugin-transform-object-assign": "^7.16.7", + "@babel/plugin-transform-arrow-functions": "^7.0.0-0", + "@babel/plugin-transform-class-properties": "^7.0.0-0", + "@babel/plugin-transform-classes": "^7.0.0-0", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.0.0-0", + "@babel/plugin-transform-optional-chaining": "^7.0.0-0", + "@babel/plugin-transform-shorthand-properties": "^7.0.0-0", + "@babel/plugin-transform-template-literals": "^7.0.0-0", + "@babel/plugin-transform-unicode-regex": "^7.0.0-0", "@babel/preset-typescript": "^7.16.7", "convert-source-map": "^2.0.0", "invariant": "^2.2.4" }, "peerDependencies": { "@babel/core": "^7.0.0-0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0", - "@babel/plugin-proposal-optional-chaining": "^7.0.0-0", - "@babel/plugin-transform-arrow-functions": "^7.0.0-0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0-0", - "@babel/plugin-transform-template-literals": "^7.0.0-0", "react": "*", "react-native": "*" } diff --git a/Storybook/package.json b/Storybook/package.json index 194836d5..84733ffc 100644 --- a/Storybook/package.json +++ b/Storybook/package.json @@ -16,7 +16,7 @@ "link-asset": "npx react-native-asset" }, "dependencies": { - "@gorhom/bottom-sheet": "^4.4.5", + "@gorhom/bottom-sheet": "^5.0.0", "@react-native-async-storage/async-storage": "^1.18.2", "@react-native-community/datetimepicker": "^7.1.0", "@react-native-community/slider": "^4.3.3",