chore(deps): update dependency husky to v7 (#6193)
* chore(deps): update dependency husky to v7 * chore: update husky Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: erezrokah <erezrokah@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
10
package.json
10
package.json
@ -60,7 +60,8 @@
|
||||
"publish:graduate:version": "run-s \"publish:version --conventional-graduate\"",
|
||||
"publish:graduate:dry-run": "run-s \"publish:version --conventional-graduate --no-git-tag-version\"",
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
"build-storybook": "build-storybook",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 2 Chrome versions",
|
||||
@ -136,7 +137,7 @@
|
||||
"fs-extra": "^10.0.0",
|
||||
"gitlab": "^14.1.1",
|
||||
"http-server": "^14.0.0",
|
||||
"husky": "^4.0.0",
|
||||
"husky": "^7.0.0",
|
||||
"jest": "^27.0.0",
|
||||
"jest-cli": "^27.0.0",
|
||||
"jest-emotion": "^10.0.32",
|
||||
@ -184,11 +185,6 @@
|
||||
"globby": "^12.0.0",
|
||||
"lerna": "^4.0.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"react-redux": "^7.2.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user