We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe3e5b commit 70ba3a6Copy full SHA for 70ba3a6
2 files changed
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx --no-install lint-staged
package.json
@@ -6,7 +6,7 @@
6
"main": "cjs/index.js",
7
"module": "esm/index.js",
8
"scripts": {
9
- "prepare": "husky install && npm run build",
+ "prepare": "husky && npm run build",
10
"released": "npm run build && npm run doc",
11
"doc": "kkt build --app-src ./website",
12
"start": "kkt start --app-src ./website",
@@ -60,9 +60,9 @@
60
"@uiw/reset.css": "~1.0.6",
61
"@wcj/dark-mode": "^1.0.14",
62
"compile-less-cli": "~1.9.0",
63
- "husky": "~7.0.4",
+ "husky": "^9.0.11",
64
"kkt": "^7.5.5",
65
- "lint-staged": "~12.3.5",
+ "lint-staged": "^15.2.2",
66
"prettier": "~2.8.0",
67
"react": "~18.0.0",
68
"react-dom": "~18.0.0",
0 commit comments