Skip to content

Commit

Permalink
Husky bump to version ^9.0.11 (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse committed Mar 26, 2024
1 parent 4b44a40 commit b4a33a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"prettier": "prettier '**/*.js' '**/*.md' '**/*.ts' --write",
"release": "lerna publish",
"clean": "lerna run clean && lerna clean && rm -rf ./node_modules",
"prepare": "husky install"
"prepare": "husky"
},
"devDependencies": {
"@babel/core": "^7.16.12",
Expand Down Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.0.0",
"husky": "^8.0.1",
"husky": "^9.0.11",
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.0.1",
"jest-environment-node": "^29.0.1",
Expand Down

0 comments on commit b4a33a3

Please sign in to comment.