File tree 4 files changed +6
-11
lines changed
4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
1
echo "Formatting the code ⚡️"
4
2
yarn lint-staged
5
3
echo "Done formatting the code ⚡️"
Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
exit_with_warning_message() {
5
2
echo "\033[0;33m$1\033[m"
6
3
exit 1
Original file line number Diff line number Diff line change 6
6
"private" : true ,
7
7
"packageManager" :
" [email protected] " ,
8
8
"scripts" : {
9
- "prepare" : " husky install && bash scripts/print_dundring.sh" ,
9
+ "prepare" : " husky && bash scripts/print_dundring.sh" ,
10
10
"dev" : " FORCE_COLOR=1 turbo run dev" ,
11
11
"start" : " FORCE_COLOR=1 turbo run dev" ,
12
12
"mock" : " export VITE_USE_MOCK_DATA=true ; FORCE_COLOR=1 turbo run dev" ,
19
19
},
20
20
"devDependencies" : {
21
21
"@prettier/plugin-xml" : " ^2.2.0" ,
22
- "husky" : " ^7.0.0 " ,
22
+ "husky" : " 9.1.7 " ,
23
23
"lint-staged" : " ^13.0.3" ,
24
24
"prettier" : " 3.2.5" ,
25
25
"turbo" : " ^1.10.15"
Original file line number Diff line number Diff line change @@ -4959,10 +4959,10 @@ human-signals@^4.3.0:
4959
4959
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2"
4960
4960
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==
4961
4961
4962
- husky@^7.0.0 :
4963
- version "7.0.4 "
4964
- resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4 .tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535 "
4965
- integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ ==
4962
+ husky@9.1.7 :
4963
+ version "9.1.7 "
4964
+ resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7 .tgz#d46a38035d101b46a70456a850ff4201344c0b2d "
4965
+ integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA ==
4966
4966
4967
4967
4968
4968
version "0.4.24"
You can’t perform that action at this time.
0 commit comments