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 21d4c62 commit 56e0b2cCopy full SHA for 56e0b2c
.husky/pre-commit
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env sh
2
3
FILES=$(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
4
[ -z "$FILES" ] && exit 0
package.json
@@ -33,9 +33,9 @@
33
"@changesets/changelog-github": "^0.5.0",
34
"@changesets/cli": "^2.27.7",
35
"@kitajs/html": "workspace:*",
36
- "husky": "^9.0.11",
37
- "prettier": "^3.3.2",
38
- "typescript": "^5.5.3"
+ "husky": "^9.1.1",
+ "prettier": "^3.3.3",
+ "typescript": "^5.5.4"
39
},
40
"packageManager": "pnpm@9.1.1",
41
"engines": {
0 commit comments