Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 #20
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 2, 2024
1 parent bda33c2 commit 9ade8dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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 --no-install lint-staged
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"version": "0.5.6",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"start": "npm run start --workspace=core",
"watch": "npm run watch --workspace=core",
"build": "lerna exec --scope @examples/* --scope typenexus -- npm run build",
Expand All @@ -27,8 +27,8 @@
]
},
"devDependencies": {
"@types/supertest": "^2.0.12",
"husky": "^8.0.3",
"@types/supertest": "^6.0.2",
"husky": "^9.1.7",
"lerna": "^8.0.0",
"lint-staged": "^15.0.0",
"node-ts": "^6.0.0",
Expand Down

0 comments on commit 9ade8dd

Please sign in to comment.