Skip to content

Commit

Permalink
chore(deps): migrate husky from 8.x to 9.x (#5602)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored Jan 1, 2025
1 parent 499d86d commit b3ea558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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"

npx lint-staged
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pretest": "npm run clean && npm run build",
"test": "mocha test/scripts/**/*.ts --require ts-node/register",
"test-cov": "c8 --reporter=lcovonly npm test -- --no-parallel",
"prepare": "husky install"
"prepare": "husky"
},
"files": [
"dist/",
Expand Down Expand Up @@ -82,8 +82,8 @@
"eslint": "^8.48.0",
"eslint-config-hexo": "^5.0.0",
"hexo-renderer-marked": "^6.0.0",
"husky": "^8.0.1",
"lint-staged": "^15.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"mocha": "^10.0.0",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit b3ea558

Please sign in to comment.