Skip to content

Commit 3ef6c0f

Browse files
chore(deps-dev): bump husky from 8.0.3 to 9.1.7 (#87)
* 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] <support@github.com> * fix pre-commit * fix pre-commit --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
1 parent d1542c7 commit 3ef6c0f

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint": "^7.0.0",
6464
"father": "^4.3.7",
6565
"gh-pages": "^6.2.0",
66-
"husky": "^8.0.1",
66+
"husky": "^9.1.7",
6767
"less": "^3.10.3",
6868
"lint-staged": "^13.0.3",
6969
"np": "^10.1.0",
@@ -85,8 +85,7 @@
8585
},
8686
"lint-staged": {
8787
"**/*.{js,jsx,tsx,ts,md,json}": [
88-
"prettier --write",
89-
"git add"
88+
"prettier --write"
9089
]
9190
},
9291
"cnpm": {

0 commit comments

Comments
 (0)