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-
41yarn format:ci && yarn eslint
Original file line number Diff line number Diff line change 5858 "build_sicp_package" : " yarn build && node ./scripts/build_sicp_package.mjs" ,
5959 "publish_sicp_package" : " ./scripts/publish_sicp_package.sh" ,
6060 "benchmark" : " node ./scripts/run_jest.mjs --runInBand --testPathPattern='.*benchmark.*' --testPathIgnorePatterns='/dist/'" ,
61- "prepare" : " husky install "
61+ "prepare" : " husky"
6262 },
6363 "devDependencies" : {
6464 "@babel/core" : " ^7.26.10" ,
7474 "eslint" : " ^9.0.0" ,
7575 "eslint-plugin-import" : " ^2.29.1" ,
7676 "globals" : " ^15.11.0" ,
77- "husky" : " ^8 .0.1 " ,
77+ "husky" : " ^9 .0.0 " ,
7878 "jest" : " ^29.0.0" ,
7979 "jest-environment-jsdom" : " ^29.0.0" ,
8080 "jest-html-reporter" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -4297,12 +4297,12 @@ __metadata:
42974297 languageName : node
42984298 linkType : hard
42994299
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 "
43034303 bin :
4304- husky : lib/ bin.js
4305- checksum : 10c0/6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
4304+ husky : bin.js
4305+ checksum : 10c0/35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f
43064306 languageName : node
43074307 linkType : hard
43084308
@@ -5302,7 +5302,7 @@ __metadata:
53025302 eslint : " npm:^9.0.0"
53035303 eslint-plugin-import : " npm:^2.29.1"
53045304 globals : " npm:^15.11.0"
5305- husky : " npm:^8 .0.1 "
5305+ husky : " npm:^9 .0.0 "
53065306 jest : " npm:^29.0.0"
53075307 jest-environment-jsdom : " npm:^29.0.0"
53085308 jest-html-reporter : " npm:^3.2.0"
You can’t perform that action at this time.
0 commit comments