File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
npx lint-staged
Original file line number Diff line number Diff line change 16
16
"lint-scss-no-fix" : " prettier --check */**/*.scss" ,
17
17
"typecheck" : " tsc" ,
18
18
"sync" : " bash ./sync-repositories.sh" ,
19
- "prepare" : " husky install "
19
+ "prepare" : " husky"
20
20
},
21
21
"dependencies" : {
22
22
"@docusaurus/core" : " 3.1.1" ,
44
44
"eslint-plugin-mdx" : " 1.17.1" ,
45
45
"eslint-plugin-react" : " 7.33.2" ,
46
46
"eslint-plugin-react-hooks" : " 4.6.0" ,
47
- "husky" : " 8 .0.3 " ,
47
+ "husky" : " 9 .0.7 " ,
48
48
"lint-staged" : " 15.2.0" ,
49
49
"prettier" : " 3.2.4" ,
50
50
"typescript" : " 5.3.3"
Original file line number Diff line number Diff line change @@ -6208,10 +6208,10 @@ human-signals@^5.0.0:
6208
6208
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
6209
6209
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
6210
6210
6211
- husky@8 .0.3 :
6212
- version "8 .0.3 "
6213
- resolved "https://registry.yarnpkg.com/husky/-/husky-8 .0.3 .tgz#4936d7212e46d1dea28fef29bb3a108872cd9184 "
6214
- integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg ==
6211
+ husky@9 .0.7 :
6212
+ version "9 .0.7 "
6213
+ resolved "https://registry.yarnpkg.com/husky/-/husky-9 .0.7 .tgz#047f24ec1b6c681206af714b4217c13ee97fff20 "
6214
+ integrity sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg ==
6215
6215
6216
6216
iconv-lite@0.4.24, iconv-lite@^0.4.24:
6217
6217
version "0.4.24"
You can’t perform that action at this time.
0 commit comments