Update dependency husky to v1.3.0 (https://github.com/woocommerce/woocommerce-blocks/pull/262)
This commit is contained in:
parent
5af019bcd7
commit
877b6e92e8
|
@ -7432,9 +7432,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"husky": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-1.2.1.tgz",
|
||||
"integrity": "sha512-4Ylal3HWhnDvIszuiyLoVrSGI7QLg/ogkNCoHE34c+yZYzb9kBZNrlTOsdw92cGi3cJT8pPb6CdVfxFkLnc8Dg==",
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-1.3.0.tgz",
|
||||
"integrity": "sha512-0Yfh4PkWr8Nrume/lEMgSgK5zg8Q19jGM7jDmN7H92VrqgcYSbn+CM1iLGmAvQSNWuaPx9iq/rq/4Y8LPX6dLA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cosmiconfig": "^5.0.7",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"eslint-plugin-react": "7.11.1",
|
||||
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
|
||||
"har-validator": "5.1.3",
|
||||
"husky": "1.2.1",
|
||||
"husky": "1.3.0",
|
||||
"interpolate-components": "1.1.1",
|
||||
"lint-staged": "8.1.0",
|
||||
"mini-css-extract-plugin": "0.5.0",
|
||||
|
|
Loading…
Reference in New Issue