Skip to content

Commit 3c85ac4

Browse files
chore(deps): bump husky from 8.0.3 to 9.0.10 (#246)
* chore(deps): bump husky from 8.0.3 to 9.0.10 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.10. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.0.10) --- updated-dependencies: - dependency-name: husky dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: prepare upgrade --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Drabodan <id__88@mail.ru>
1 parent 8a21820 commit 3c85ac4

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint:prettier": "prettier --list-different .",
1414
"lint:js": "eslint --cache .",
1515
"lint": "npm-run-all -l -p \"lint:**\"",
16-
"prepare": "husky install",
16+
"prepare": "husky",
1717
"release": "standard-version --commit-all",
1818
"security": "npm audit"
1919
},
@@ -28,7 +28,7 @@
2828
"eslint": "8.56.0",
2929
"eslint-config-prettier": "9.1.0",
3030
"eslint-plugin-import": "2.29.1",
31-
"husky": "8.0.3",
31+
"husky": "9.0.10",
3232
"jquery": "3.7.1",
3333
"jquery-ui-bundle": "1.12.1-migrate",
3434
"lint-staged": "15.2.0",

0 commit comments

Comments
 (0)