Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 26, 2024
1 parent 34ba805 commit 6440766
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 @@
#!/bin/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 @@ -10,7 +10,7 @@
"⬆️⬆️⬆️⬆️⬆️ package ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ package ▲▲▲▲▲",
"test": "lerna exec \"tsbb test\" --scope @uiw/react-codemirror",
"coverage": "lerna exec \"tsbb test --coverage --bail\" --scope @uiw/react-codemirror",
"prepare": "husky install",
"prepare": "husky",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,json}'",
"remove": "npm run clean && lerna exec \"rm -rf package-lock.json cjs esm lib\" --scope @uiw/* --scope website --scope react-codemirror-merge",
Expand All @@ -31,7 +31,7 @@
"@kkt/less-modules": "^7.5.4",
"@kkt/ncc": "^1.0.13",
"@types/react-test-renderer": "~18.0.0",
"husky": "~8.0.0",
"husky": "^9.0.11",
"kkt": "^7.5.4",
"lerna": "^8.0.0",
"lint-staged": "^15.1.0",
Expand Down

0 comments on commit 6440766

Please sign in to comment.