Skip to content

Commit

Permalink
chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#2138)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump husky from 8.0.3 to 9.0.6

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.0.6)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* migrate to husky v9

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: uiolee <[email protected]>
  • Loading branch information
dependabot[bot] and uiolee authored Jan 26, 2024
1 parent 426131f commit ba96f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 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
npx lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "hexo generate",
"eslint": "eslint .",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"cheerio": "^0.22.0",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"eslint": "^8.0.1",
"eslint-config-hexo": "^5.0.0",
"husky": "^8.0.1",
"husky": "^9.0.6",
"imagemin-lint-staged": "^0.5.1",
"lint-staged": "^14.0.1"
},
Expand Down

0 comments on commit ba96f20

Please sign in to comment.