File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- npx --no lint-staged
1
+ yarn lint-staged
Original file line number Diff line number Diff line change 1
1
{
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
+ }
6
9
}
Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ human-signals@^5.0.0:
119
119
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
120
120
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
121
121
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 ==
126
126
127
127
is-fullwidth-code-point@^4.0.0 :
128
128
version "4.0.0"
You can’t perform that action at this time.
0 commit comments