Skip to content

Commit

Permalink
Update husky to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 31, 2024
1 parent 154458b commit 9b4dce7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build-cjs-package": "echo '{\n \"type\": \"commonjs\"\n}' > dist/cjs/package.json",
"clean": "rimraf dist",
"lint": "eslint .",
"postinstall": "husky install",
"postinstall": "husky",
"prepack": "yarn clean && yarn build",
"prettier": "prettier --check . --cache",
"test": "yarn lint && yarn tsc && yarn prettier && yarn unit",
Expand All @@ -39,7 +39,7 @@
"eslint": "^8.26.0",
"eslint-config-wojtekmaj": "^0.9.0",
"happy-dom": "^12.6.0",
"husky": "^8.0.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"rimraf": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ __metadata:
eslint: "npm:^8.26.0"
eslint-config-wojtekmaj: "npm:^0.9.0"
happy-dom: "npm:^12.6.0"
husky: "npm:^8.0.0"
husky: "npm:^9.0.0"
lint-staged: "npm:^15.0.0"
prettier: "npm:^3.0.0"
rimraf: "npm:^3.0.0"
Expand Down Expand Up @@ -1933,12 +1933,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^8.0.0":
version: 8.0.3
resolution: "husky@npm:8.0.3"
"husky@npm:^9.0.0":
version: 9.0.7
resolution: "husky@npm:9.0.7"
bin:
husky: lib/bin.js
checksum: 6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
husky: bin.js
checksum: ac36838bc230b42ca878eeb6993cba5499b858700581fa9e8b579227af9ad47bdbf4c050f4145f51f33f77c16d359f329622b7050150c78a7c52be26cc24174e
languageName: node
linkType: hard

Expand Down

0 comments on commit 9b4dce7

Please sign in to comment.