File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 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 format:ci && yarn eslint
Original file line number Diff line number Diff line change 58
58
"build_sicp_package" : " yarn build && node ./scripts/build_sicp_package.mjs" ,
59
59
"publish_sicp_package" : " ./scripts/publish_sicp_package.sh" ,
60
60
"benchmark" : " node ./scripts/run_jest.mjs --runInBand --testPathPattern='.*benchmark.*' --testPathIgnorePatterns='/dist/'" ,
61
- "prepare" : " husky install "
61
+ "prepare" : " husky"
62
62
},
63
63
"devDependencies" : {
64
64
"@babel/core" : " ^7.26.10" ,
74
74
"eslint" : " ^9.0.0" ,
75
75
"eslint-plugin-import" : " ^2.29.1" ,
76
76
"globals" : " ^15.11.0" ,
77
- "husky" : " ^8 .0.1 " ,
77
+ "husky" : " ^9 .0.0 " ,
78
78
"jest" : " ^29.0.0" ,
79
79
"jest-environment-jsdom" : " ^29.0.0" ,
80
80
"jest-html-reporter" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -4297,12 +4297,12 @@ __metadata:
4297
4297
languageName : node
4298
4298
linkType : hard
4299
4299
4300
- " husky@npm:^8 .0.1 " :
4301
- version : 8.0.3
4302
- resolution : " husky@npm:8.0.3 "
4300
+ " husky@npm:^9 .0.0 " :
4301
+ version : 9.1.7
4302
+ resolution : " husky@npm:9.1.7 "
4303
4303
bin :
4304
- husky : lib/ bin.js
4305
- checksum : 10c0/6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
4304
+ husky : bin.js
4305
+ checksum : 10c0/35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f
4306
4306
languageName : node
4307
4307
linkType : hard
4308
4308
@@ -5302,7 +5302,7 @@ __metadata:
5302
5302
eslint : " npm:^9.0.0"
5303
5303
eslint-plugin-import : " npm:^2.29.1"
5304
5304
globals : " npm:^15.11.0"
5305
- husky : " npm:^8 .0.1 "
5305
+ husky : " npm:^9 .0.0 "
5306
5306
jest : " npm:^29.0.0"
5307
5307
jest-environment-jsdom : " npm:^29.0.0"
5308
5308
jest-html-reporter : " npm:^3.2.0"
You can’t perform that action at this time.
0 commit comments