mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
chore(deps): update dependency husky to v9 (#821)
* chore(deps): update dependency husky to v9 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | husky | 8.0.3 | 9.0.7 | * chore: migration --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
1639f1a892
commit
46847c66f6
4 changed files with 7 additions and 9 deletions
|
|
@ -28,7 +28,7 @@
|
|||
"lint-es:file:fix": "eslint --fix",
|
||||
"lint-es:fix": "eslint --fix .",
|
||||
"lint:fix": "run-s lint-es:fix prettier-fix",
|
||||
"prepare": "husky install",
|
||||
"prepare": "husky",
|
||||
"prettier": "prettier --cache --check --ignore-unknown \"{**/*,*}.*\"",
|
||||
"prettier-fix": "prettier --cache --write --ignore-unknown \"{**/*,*}.*\"",
|
||||
"release": "run-s clean build semantic-release",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"eslint": "8.56.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-json": "3.1.0",
|
||||
"husky": "8.0.3",
|
||||
"husky": "9.0.7",
|
||||
"lint-staged": "15.2.1",
|
||||
"npm-run-all2": "6.1.2",
|
||||
"prettier": "2.8.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue