Skip to content

Commit dd62660

Browse files
Update husky
1 parent 0c7fff7 commit dd62660

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no lint-staged
1+
yarn lint-staged

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"devDependencies" : {
3-
"husky" : "^8.0.3",
4-
"lint-staged" : "^15.2.0"
5-
}
2+
"devDependencies": {
3+
"husky": "^9.0.10",
4+
"lint-staged": "^15.2.0"
5+
},
6+
"scripts": {
7+
"postinstall": "husky"
8+
}
69
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ human-signals@^5.0.0:
119119
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
120120
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
121121

122-
husky@^8.0.3:
123-
version "8.0.3"
124-
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
125-
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
122+
husky@^9.0.10:
123+
version "9.0.10"
124+
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.10.tgz#ddca8908deb5f244e9286865ebc80b54387672c2"
125+
integrity sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==
126126

127127
is-fullwidth-code-point@^4.0.0:
128128
version "4.0.0"

0 commit comments

Comments
 (0)