Skip to content

Commit

Permalink
chore(deps): bump husky to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Feb 6, 2024
1 parent 65ff874 commit ec82369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pre-commit": "lint-staged",
"prepare": "husky install",
"prepare": "husky",
"test": "node scripts/unit-test.js",
"test-full": "node scripts/unit-test.js",
"typecheck": "tsc --project tsconfig.json --noEmit --incremental false"
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "^29.6.4",
"lint-staged": "^14.0.1",
"prettier": "3.0.3",
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 ec82369

Please sign in to comment.