Update dependency husky to v7
This commit is contained in:
parent
287c9750d4
commit
758abb723e
2 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@
|
|||
"eslint-plugin-prettier": "3.4.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"gulp": "4.0.2",
|
||||
"husky": "6.0.0",
|
||||
"husky": "7.0.1",
|
||||
"json-stringify-pretty-compact": "3.0.0",
|
||||
"lint-staged": "11.1.0",
|
||||
"prettier": "2.3.2",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -2997,12 +2997,12 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"husky@npm:6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "husky@npm:6.0.0"
|
||||
"husky@npm:7.0.1":
|
||||
version: 7.0.1
|
||||
resolution: "husky@npm:7.0.1"
|
||||
bin:
|
||||
husky: lib/bin.js
|
||||
checksum: 61e1f7f53f3c969d361c2a1d4ed8018b9447406ea6cd644a2526d18b76877d135001d8cbd48a1d201fc1614d96995e691ecd2b82a8d8513a6b4a313da1188ccd
|
||||
checksum: 1f6d87cab4339551615080664347b60168d81f3c3b84b9dc1f888068d3fe946d8b5513db5ea53bc086f235e6cc617b0aba903552e959596a49f2153ffac33cb4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -4949,7 +4949,7 @@ fsevents@~2.3.2:
|
|||
eslint-plugin-prettier: 3.4.0
|
||||
fs-extra: 10.0.0
|
||||
gulp: 4.0.2
|
||||
husky: 6.0.0
|
||||
husky: 7.0.1
|
||||
json-stringify-pretty-compact: 3.0.0
|
||||
lint-staged: 11.1.0
|
||||
prettier: 2.3.2
|
||||
|
|
Reference in a new issue