Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 #31
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 10, 2024
1 parent 54dfd82 commit 68bc334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type-check": "lerna exec \"tsc --noEmit\" --scope @uiw/* --stream",
"test": "lerna exec --scope @uiw/react-json-view -- tsbb test --env=jsdom",
"coverage": "lerna exec --scope @uiw/react-json-view -- tsbb test --env=jsdom --coverage --bail",
"prepare": "husky install",
"prepare": "husky",
"publish": "lerna publish from-package --yes --no-verify-access",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
Expand All @@ -27,7 +27,7 @@
"typescript": "^5.1.3"
},
"devDependencies": {
"husky": "^8.0.3",
"husky": "^9.0.11",
"lint-staged": "^14.0.0",
"lerna": "^8.0.0",
"prettier": "^3.0.0",
Expand Down

0 comments on commit 68bc334

Please sign in to comment.