Skip to content

Commit 57a41ea

Browse files
meta: update dependency husky to v9 (#674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
1 parent bb40dc4 commit 57a41ea

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint-scss-no-fix": "prettier --check */**/*.scss",
1717
"typecheck": "tsc",
1818
"sync": "bash ./sync-repositories.sh",
19-
"prepare": "husky install"
19+
"prepare": "husky"
2020
},
2121
"dependencies": {
2222
"@docusaurus/core": "3.1.1",
@@ -44,7 +44,7 @@
4444
"eslint-plugin-mdx": "1.17.1",
4545
"eslint-plugin-react": "7.33.2",
4646
"eslint-plugin-react-hooks": "4.6.0",
47-
"husky": "8.0.3",
47+
"husky": "9.0.7",
4848
"lint-staged": "15.2.0",
4949
"prettier": "3.2.4",
5050
"typescript": "5.3.3"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6208,10 +6208,10 @@ human-signals@^5.0.0:
62086208
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
62096209
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
62106210

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==
62156215

62166216
iconv-lite@0.4.24, iconv-lite@^0.4.24:
62176217
version "0.4.24"

0 commit comments

Comments
 (0)