Commit 8696a00 Corentin Mors
committed
1 parent 67387c9 commit 8696a00 Copy full SHA for 8696a00
File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
yarn run format
Original file line number Diff line number Diff line change 28
28
"pkg:win" : " pkg . -t node18-win-x64 -o bundle/dcli-win.exe -C GZip --public --public-packages tslib,thirty-two --no-bytecode" ,
29
29
"pkg" : " yarn run build && yarn run pkg:linux && yarn run pkg:macos && yarn run pkg:win" ,
30
30
"version:bump" : " ts-node src/bumpVersion.ts" ,
31
- "prepare" : " husky install " ,
31
+ "prepare" : " husky" ,
32
32
"test" : " mocha"
33
33
},
34
34
"author" : {
52
52
"eslint" : " ^8.57.0" ,
53
53
"eslint-config-prettier" : " ^9.1.0" ,
54
54
"eslint-plugin-import" : " ^2.29.1" ,
55
- "husky" : " ^8 .0.3 " ,
55
+ "husky" : " ^9 .0.11 " ,
56
56
"mocha" : " ^10.3.0" ,
57
57
"prettier" : " ^3.2.5" ,
58
58
"ts-node" : " ^10.9.2" ,
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ __metadata:
153
153
eslint-config-prettier : " npm:^9.1.0"
154
154
eslint-plugin-import : " npm:^2.29.1"
155
155
got : " npm:^11.8.6"
156
- husky : " npm:^8 .0.3 "
156
+ husky : " npm:^9 .0.11 "
157
157
inquirer : " npm:^8.2.6"
158
158
inquirer-search-list : " npm:^1.2.6"
159
159
jsonpath-plus : " npm:^8.1.0"
@@ -3052,12 +3052,12 @@ __metadata:
3052
3052
languageName : node
3053
3053
linkType : hard
3054
3054
3055
- " husky@npm:^8 .0.3 " :
3056
- version : 8 .0.3
3057
- resolution : " husky@npm:8 .0.3 "
3055
+ " husky@npm:^9 .0.11 " :
3056
+ version : 9 .0.11
3057
+ resolution : " husky@npm:9 .0.11 "
3058
3058
bin :
3059
- husky : lib/ bin.js
3060
- checksum : b754cf70fdc97c3b60fec5b80056b9c11436464953b1691bf2b5dcf0081fb6685d2c5f47abb8b2b1c49f504aabea5321fdd6496f8b755d9f6e7525a493406abb
3059
+ husky : bin.mjs
3060
+ checksum : 8a9b7cb9dc8494b470b3b47b386e65d579608c6206da80d3cc8b71d10e37947264af3dfe00092368dad9673b51d2a5ee87afb4b2291e77ba9e7ec1ac36e56cd1
3061
3061
languageName : node
3062
3062
linkType : hard
3063
3063
You can’t perform that action at this time.
0 commit comments