Skip to content

Commit

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

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

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

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

* fix pre-commit

* fix pre-commit

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <[email protected]>
  • Loading branch information
dependabot[bot] and afc163 authored Nov 30, 2024
1 parent d1542c7 commit 3ef6c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint": "^7.0.0",
"father": "^4.3.7",
"gh-pages": "^6.2.0",
"husky": "^8.0.1",
"husky": "^9.1.7",
"less": "^3.10.3",
"lint-staged": "^13.0.3",
"np": "^10.1.0",
Expand All @@ -85,8 +85,7 @@
},
"lint-staged": {
"**/*.{js,jsx,tsx,ts,md,json}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"cnpm": {
Expand Down

0 comments on commit 3ef6c0f

Please sign in to comment.