File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
yarn commitlint -e $HUSKY_GIT_PARAMS
Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
yarn lint-staged
Original file line number Diff line number Diff line change 15
15
"build" : " yarn ncc-build --minify --no-source-map-register" ,
16
16
"build:watch" : " yarn ncc-build --watch" ,
17
17
"lint" : " eslint . --ignore-pattern '!.eslintrc.js'" ,
18
- "prepare" : " husky install && yarn build" ,
18
+ "prepare" : " husky && yarn build" ,
19
19
"prettylint" : " prettier README.md package.json --check" ,
20
20
"test" : " jest" ,
21
21
"typecheck" : " tsc -p . --noEmit"
69
69
"eslint-plugin-prettier" : " ^4.0.0" ,
70
70
"eslint-plugin-react" : " ^7.16.0" ,
71
71
"eslint-plugin-react-hooks" : " ^4.0.2" ,
72
- "husky" : " ^8 .0.0" ,
72
+ "husky" : " ^9 .0.0" ,
73
73
"ink" : " ^3.2.0" ,
74
74
"jest" : " ^29.0.2" ,
75
75
"jest-util" : " ^29.0.2" ,
Original file line number Diff line number Diff line change @@ -4530,12 +4530,12 @@ __metadata:
4530
4530
languageName : node
4531
4531
linkType : hard
4532
4532
4533
- " husky@npm:^8 .0.0 " :
4534
- version : 8 .0.3
4535
- resolution : " husky@npm:8 .0.3 "
4533
+ " husky@npm:^9 .0.0 " :
4534
+ version : 9 .0.11
4535
+ resolution : " husky@npm:9 .0.11 "
4536
4536
bin :
4537
- husky : lib/ bin.js
4538
- checksum : 837bc7e4413e58c1f2946d38fb050f5d7324c6f16b0fd66411ffce5703b294bd21429e8ba58711cd331951ee86ed529c5be4f76805959ff668a337dbfa82a1b0
4537
+ husky : bin.mjs
4538
+ checksum : 1aebc3334dc7ac6288ff5e1fb72cfb447cfa474e72cf7ba692e8c5698c573ab725c28c6a5088c9f8e6aca5f47d40fa7261beffbc07a4d307ca21656dc4571f07
4539
4539
languageName : node
4540
4540
linkType : hard
4541
4541
@@ -5463,7 +5463,7 @@ __metadata:
5463
5463
eslint-plugin-prettier : ^4.0.0
5464
5464
eslint-plugin-react : ^7.16.0
5465
5465
eslint-plugin-react-hooks : ^4.0.2
5466
- husky : ^8 .0.0
5466
+ husky : ^9 .0.0
5467
5467
ink : ^3.2.0
5468
5468
jest : ^29.0.2
5469
5469
jest-util : ^29.0.2
You can’t perform that action at this time.
0 commit comments