Skip to content

Commit 02a9fdc

Browse files
committed
chore: 📦 update chakraui hooks, bottomsheet, react aria packages & remove unused packages
1 parent f5c756d commit 02a9fdc

File tree

2 files changed

+9
-56
lines changed

2 files changed

+9
-56
lines changed

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,11 @@
7575
"preset": "react-native"
7676
},
7777
"dependencies": {
78-
"@chakra-ui/hooks": "^2.0.0",
79-
"@gorhom/bottom-sheet": "^4.3.1",
80-
"@react-aria/focus": "^3.6.1",
81-
"@react-aria/visually-hidden": "^3.3.0",
78+
"@chakra-ui/hooks": "^2.1.2",
79+
"@gorhom/bottom-sheet": "^4.4.5",
80+
"@react-aria/focus": "^3.10.0",
81+
"@react-aria/visually-hidden": "^3.6.0",
8282
"@react-native-aria/checkbox": "^0.2.3",
83-
"@react-native-aria/focus": "^0.2.5",
84-
"@react-native-aria/interactions": "^0.2.8",
85-
"@react-native-aria/radio": "^0.2.5",
8683
"@react-stately/toggle": "^3.3.0",
8784
"lodash": "^4.17.21",
8885
"react-native-gesture-handler": "2.8.0",

yarn.lock

Lines changed: 5 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@
10971097
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10981098
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10991099

1100-
"@chakra-ui/hooks@^2.0.0":
1100+
"@chakra-ui/hooks@^2.1.2":
11011101
version "2.1.2"
11021102
resolved "https://registry.yarnpkg.com/@chakra-ui/hooks/-/hooks-2.1.2.tgz#1e413f6624e97b854569e8a19846c9162a4ec153"
11031103
integrity sha512-/vDBOqqnho9q++lay0ZcvnH8VuE0wT2OkZj+qDwFwjiHAtGPVxHCSpu9KC8BIHME5TlWjyO6riVyUCb2e2ip6w==
@@ -1404,7 +1404,7 @@
14041404
dependencies:
14051405
tslib "2.4.0"
14061406

1407-
"@gorhom/bottom-sheet@^4.3.1":
1407+
"@gorhom/bottom-sheet@^4.4.5":
14081408
version "4.4.5"
14091409
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.5.tgz#b9041b01ce1af9a936e7c0fc1d78f026d759eebe"
14101410
integrity sha512-Z5Z20wshLUB8lIdtMKoJaRnjd64wBR/q8EeVPThrg+skrcBwBPHfUwZJ2srB0rEszA/01ejSJy/ixyd7Ra7vUA==
@@ -1939,7 +1939,7 @@
19391939
"@react-types/checkbox" "^3.4.1"
19401940
"@react-types/shared" "^3.16.0"
19411941

1942-
"@react-aria/focus@^3.10.0", "@react-aria/focus@^3.2.3", "@react-aria/focus@^3.6.1":
1942+
"@react-aria/focus@^3.10.0", "@react-aria/focus@^3.2.3":
19431943
version "3.10.0"
19441944
resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.10.0.tgz#12d85d46f58590a915009e57bddb2d90b56f5836"
19451945
integrity sha512-idI7Etgh6y2BYi3X4d+EuUpzR7gPZ94Lf/0UNnVyMkDM9fzcdz/8DCBt0qKOff24HlaLE1rmREt0+iTR/qRgbA==
@@ -2000,21 +2000,6 @@
20002000
"@react-types/overlays" "^3.6.5"
20012001
"@react-types/shared" "^3.16.0"
20022002

2003-
"@react-aria/radio@^3.1.2":
2004-
version "3.4.1"
2005-
resolved "https://registry.yarnpkg.com/@react-aria/radio/-/radio-3.4.1.tgz#23ed38aac1fb5094c7652919d331ec77094ba41f"
2006-
integrity sha512-a1JFxFOiExX1ZRGBE31LW4dgc3VmW2v3upJ5snGQldC83o0XxqNavmOef+fMsIRV0AQA/mcxAJVNQ0n9SfIiUQ==
2007-
dependencies:
2008-
"@babel/runtime" "^7.6.2"
2009-
"@react-aria/focus" "^3.10.0"
2010-
"@react-aria/i18n" "^3.6.2"
2011-
"@react-aria/interactions" "^3.13.0"
2012-
"@react-aria/label" "^3.4.3"
2013-
"@react-aria/utils" "^3.14.1"
2014-
"@react-stately/radio" "^3.6.1"
2015-
"@react-types/radio" "^3.3.1"
2016-
"@react-types/shared" "^3.16.0"
2017-
20182003
"@react-aria/ssr@^3.0.1", "@react-aria/ssr@^3.4.0":
20192004
version "3.4.0"
20202005
resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.4.0.tgz#a2b9a170214f56e41d3c4c933d0d8fcffa07a12a"
@@ -2047,7 +2032,7 @@
20472032
"@react-types/shared" "^3.16.0"
20482033
clsx "^1.1.1"
20492034

2050-
"@react-aria/visually-hidden@^3.3.0", "@react-aria/visually-hidden@^3.6.0":
2035+
"@react-aria/visually-hidden@^3.6.0":
20512036
version "3.6.0"
20522037
resolved "https://registry.yarnpkg.com/@react-aria/visually-hidden/-/visually-hidden-3.6.0.tgz#cc4dd9e648a5c8b6d8dfbd1f70d8672b36d3f1bc"
20532038
integrity sha512-W3Ix5wdlVzh2GY7dytqOAyLCXiHzk3S4jLKSaoiCwPJX9fHE5zMlZwahhDy27V0LXfjmdjBltbwyEZOq4G/Q0w==
@@ -2076,7 +2061,7 @@
20762061
dependencies:
20772062
"@react-aria/focus" "^3.2.3"
20782063

2079-
"@react-native-aria/interactions@^0.2.3", "@react-native-aria/interactions@^0.2.8":
2064+
"@react-native-aria/interactions@^0.2.3":
20802065
version "0.2.8"
20812066
resolved "https://registry.yarnpkg.com/@react-native-aria/interactions/-/interactions-0.2.8.tgz#5ced4bd3391c647699fa79275472f784a44c2488"
20822067
integrity sha512-+LsLghBnp1fEVdLdIZGfE2izbZS0GPwc7eyiLHndnAXwXdLmyDRw71UCEjsUuNh7SO7BBR5QjHlk0cTHmyynQg==
@@ -2097,18 +2082,6 @@
20972082
"@react-types/overlays" "^3.4.0"
20982083
dom-helpers "^5.0.0"
20992084

2100-
"@react-native-aria/radio@^0.2.5":
2101-
version "0.2.5"
2102-
resolved "https://registry.yarnpkg.com/@react-native-aria/radio/-/radio-0.2.5.tgz#436d3abdbb48bcaf6e9c5c045ff9c5bf87b71248"
2103-
integrity sha512-kTfCjRMZH+Z2C70VxjomPO8eXBcHPa5zcuOUotyhR10WsrKZJlwwnA75t2xDq8zsxKnABJRfThv7rSlAjkFSeg==
2104-
dependencies:
2105-
"@react-aria/radio" "^3.1.2"
2106-
"@react-aria/utils" "^3.6.0"
2107-
"@react-native-aria/interactions" "^0.2.3"
2108-
"@react-native-aria/utils" "^0.2.6"
2109-
"@react-stately/radio" "^3.2.1"
2110-
"@react-types/radio" "^3.1.1"
2111-
21122085
"@react-native-aria/toggle@^0.2.3":
21132086
version "0.2.3"
21142087
resolved "https://registry.yarnpkg.com/@react-native-aria/toggle/-/toggle-0.2.3.tgz#a387f03480aa0d97dc0191acbcae66122f7bcf7f"
@@ -2349,16 +2322,6 @@
23492322
"@react-stately/utils" "^3.5.1"
23502323
"@react-types/overlays" "^3.6.5"
23512324

2352-
"@react-stately/radio@^3.2.1", "@react-stately/radio@^3.6.1":
2353-
version "3.6.1"
2354-
resolved "https://registry.yarnpkg.com/@react-stately/radio/-/radio-3.6.1.tgz#7d2d7ad94cc910a5647c196ce747c2f4a9a160b6"
2355-
integrity sha512-Hcg2qgvR7ekKMzVKeGby1FgMk3Sw4iDcEY/K1Y6j7UmGjM2HtQOq614tWQSQeGB25pp5I2jAWlparJeX0vY/oA==
2356-
dependencies:
2357-
"@babel/runtime" "^7.6.2"
2358-
"@react-stately/utils" "^3.5.1"
2359-
"@react-types/radio" "^3.3.1"
2360-
"@react-types/shared" "^3.16.0"
2361-
23622325
"@react-stately/toggle@^3.2.1", "@react-stately/toggle@^3.3.0", "@react-stately/toggle@^3.4.3":
23632326
version "3.4.3"
23642327
resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.4.3.tgz#331942e70314f918f852ee679b8f668d98771801"
@@ -2404,13 +2367,6 @@
24042367
dependencies:
24052368
"@react-types/shared" "^3.16.0"
24062369

2407-
"@react-types/radio@^3.1.1", "@react-types/radio@^3.3.1":
2408-
version "3.3.1"
2409-
resolved "https://registry.yarnpkg.com/@react-types/radio/-/radio-3.3.1.tgz#688570ba9901d21850a16c2aaafed5dd83e09966"
2410-
integrity sha512-q/x0kMvBsu6mH4bIkp/Jjrm9ff5y/p3UR0V4CmQFI7604gQd2Dt1dZMU/2HV9x70r1JfWRrDeRrVjUHVfFL5Vg==
2411-
dependencies:
2412-
"@react-types/shared" "^3.16.0"
2413-
24142370
"@react-types/shared@^3.16.0":
24152371
version "3.16.0"
24162372
resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.16.0.tgz#cab7bf0376969d1773480ecb2d6da5aa91391db5"

0 commit comments

Comments
 (0)