Skip to content

Commit

Permalink
chore(deps-dev): bump husky from 8.0.3 to 9.0.11 (oxc-project#22)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Tanay <[email protected]>
  • Loading branch information
dependabot[bot] and Djiit authored Mar 5, 2024
1 parent 9e05bc4 commit 8fbb8f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint": "npx oxlint && npx eslint",
"format": "npx prettier --write .",
"release": "bumpp package.json",
"prepare": "husky install"
"prepare": "husky"
},
"keywords": [
"oxc",
Expand All @@ -46,7 +46,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^50.0.1",
"husky": "^8.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.0",
"oxlint": "^0.2.8",
"prettier": "^3.2.4",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 8fbb8f3

Please sign in to comment.