Skip to content

Commit

Permalink
build(deps-dev): update husky from 8.0.1 to 9.0.11 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss authored Jul 5, 2024
1 parent 25764c0 commit cb61824
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 18 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/post-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

git update-index --again
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 --relative
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "prettier",
"jest": "jest",
"mikro-orm": "mikro-orm",
"prepare": "is-ci || husky install",
"prepare": "is-ci || husky",
"prebuild": "rimraf dist",
"build": "nest build",
"migration:up": "mikro-orm migration:up",
Expand Down Expand Up @@ -101,7 +101,7 @@
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"husky": "^8.0.1",
"husky": "^9.0.11",
"is-ci": "~3.0.1",
"is-port-reachable": "^4.0.0",
"jest": "^28.1.0",
Expand Down

0 comments on commit cb61824

Please sign in to comment.