Skip to content

Commit 6440766

Browse files
committedMar 26, 2024·
chore(deps): update dependency husky to v9 (#624)
1 parent 34ba805 commit 6440766

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
 

‎.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"⬆️⬆️⬆️⬆️⬆️ package ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ package ▲▲▲▲▲",
1111
"test": "lerna exec \"tsbb test\" --scope @uiw/react-codemirror",
1212
"coverage": "lerna exec \"tsbb test --coverage --bail\" --scope @uiw/react-codemirror",
13-
"prepare": "husky install",
13+
"prepare": "husky",
1414
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
1515
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,json}'",
1616
"remove": "npm run clean && lerna exec \"rm -rf package-lock.json cjs esm lib\" --scope @uiw/* --scope website --scope react-codemirror-merge",
@@ -31,7 +31,7 @@
3131
"@kkt/less-modules": "^7.5.4",
3232
"@kkt/ncc": "^1.0.13",
3333
"@types/react-test-renderer": "~18.0.0",
34-
"husky": "~8.0.0",
34+
"husky": "^9.0.11",
3535
"kkt": "^7.5.4",
3636
"lerna": "^8.0.0",
3737
"lint-staged": "^15.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.