Skip to content

Commit 23c34e6

Browse files
renovate[bot]renovate-botnavin-moorthy
authored
fix(deps): ⬆️ update dependency @chakra-ui/hooks to v2 (#44)
* fix(deps): ⬆️ update dependency @chakra-ui/hooks to v2 * ci(renovate): 👷 remove expo from updating * ci(releaseit): 👷 add tags check Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Navin Moorthy <[email protected]>
1 parent 95333c0 commit 23c34e6

File tree

5 files changed

+22
-17
lines changed

5 files changed

+22
-17
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ package-lock.json
5252
yarn.lock
5353

5454
# Library files
55+
CHANGELOG.md
5556
lib/

.release-it.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"hooks": {
3-
"before:init": ["yarn build"]
3+
"before:init": [
4+
"if [ \"$(git log $(git describe --tags --abbrev=0)..HEAD)\" = \"\" ]; then exit 1; fi;",
5+
"yarn build"
6+
]
47
},
58
"git": {
69
"requireBranch": "main",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"preset": "react-native"
7676
},
7777
"dependencies": {
78-
"@chakra-ui/hooks": "^1.9.1",
78+
"@chakra-ui/hooks": "^2.0.0",
7979
"@gorhom/bottom-sheet": "^4.3.1",
8080
"@react-aria/visually-hidden": "^3.3.0",
8181
"@react-native-aria/checkbox": "^0.2.3",

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": ["config:base"],
33
"commitMessageAction": "⬆️ update",
44
"ignoreDeps": [
5+
"expo",
56
"react",
67
"@types/react",
78
"react-dom",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,27 +1084,27 @@
10841084
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10851085
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10861086

1087-
"@chakra-ui/hooks@^1.9.1":
1088-
version "1.9.1"
1089-
resolved "https://registry.yarnpkg.com/@chakra-ui/hooks/-/hooks-1.9.1.tgz#7a00659e6bb4d56cf56022071eca0b77a7df1ac1"
1090-
integrity sha512-SEeh1alDKzrP9gMLWMnXOUDBQDKF/URL6iTmkumTn6vhawWNla6sPrcMyoCzWdMzwUhZp3QNtCKbUm7dxBXvPw==
1087+
"@chakra-ui/hooks@^2.0.0":
1088+
version "2.0.2"
1089+
resolved "https://registry.yarnpkg.com/@chakra-ui/hooks/-/hooks-2.0.2.tgz#6153f33957f23b8f156b7ce4ce1605f89e67c1b5"
1090+
integrity sha512-3B4zsl51tevmO6T6xUKcclwxf4FClKtScaNvb8jMmVczTGRL7WhZ6LxXeYUJMms11C8W9uZczE5yXSP0qweeAw==
10911091
dependencies:
1092-
"@chakra-ui/react-utils" "1.2.3"
1093-
"@chakra-ui/utils" "1.10.4"
1092+
"@chakra-ui/react-utils" "2.0.1"
1093+
"@chakra-ui/utils" "2.0.2"
10941094
compute-scroll-into-view "1.0.14"
10951095
copy-to-clipboard "3.3.1"
10961096

1097-
"@chakra-ui/react-utils@1.2.3":
1098-
version "1.2.3"
1099-
resolved "https://registry.yarnpkg.com/@chakra-ui/react-utils/-/react-utils-1.2.3.tgz#3356c9299bc8faada8fac6c5886ca65ec95bb5be"
1100-
integrity sha512-r8pUwCVVB7UPhb0AiRa9ZzSp4xkMz64yIeJ4O4aGy4WMw7TRH4j4QkbkE1YC9tQitrXrliOlvx4WWJR4VyiGpw==
1097+
"@chakra-ui/react-utils@2.0.1":
1098+
version "2.0.1"
1099+
resolved "https://registry.yarnpkg.com/@chakra-ui/react-utils/-/react-utils-2.0.1.tgz#aebf12ee9f71fb7a27183d556131177f9ce745c8"
1100+
integrity sha512-xLiTn7WeUo2e3zvo8zUGpICgIGsLCPpkVbjEKhr1jAV41urqEtwlLc6uGir595OYqAC8zFDqs4HXhHouqNEtiw==
11011101
dependencies:
1102-
"@chakra-ui/utils" "^1.10.4"
1102+
"@chakra-ui/utils" "^2.0.2"
11031103

1104-
"@chakra-ui/utils@1.10.4", "@chakra-ui/utils@^1.10.4":
1105-
version "1.10.4"
1106-
resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-1.10.4.tgz#40a32d4efd8684b2e7432a40b285796383eacfd3"
1107-
integrity sha512-AM91VQQxw8F4F1WDA28mqKY6NFIOuzc2Ekkna88imy2OiqqmYH0xkq8J16L2qj4cLiLozpYqba3C79pWioy6FA==
1104+
"@chakra-ui/utils@2.0.2", "@chakra-ui/utils@^2.0.2":
1105+
version "2.0.2"
1106+
resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-2.0.2.tgz#130ba1647ea2b94ad956ae4cbcf685838d350593"
1107+
integrity sha512-9AC/ir9zm0shgFG7kdzOKUH2Wx5VB71M3uRMEsMZf75YlhhiU7AvBNtWXnJu+CBiTi41rKa5A+2ImMOsuPfGbA==
11081108
dependencies:
11091109
"@types/lodash.mergewith" "4.6.6"
11101110
css-box-model "1.2.1"

0 commit comments

Comments
 (0)