Update dependency husky to v1.2.1 (https://github.com/woocommerce/woocommerce-blocks/pull/246)
This commit is contained in:
parent
43675515af
commit
e06fcb0a3d
|
@ -7421,12 +7421,12 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/husky/-/husky-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/husky/-/husky-1.2.1.tgz",
|
||||||
"integrity": "sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==",
|
"integrity": "sha512-4Ylal3HWhnDvIszuiyLoVrSGI7QLg/ogkNCoHE34c+yZYzb9kBZNrlTOsdw92cGi3cJT8pPb6CdVfxFkLnc8Dg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"cosmiconfig": "^5.0.6",
|
"cosmiconfig": "^5.0.7",
|
||||||
"execa": "^1.0.0",
|
"execa": "^1.0.0",
|
||||||
"find-up": "^3.0.0",
|
"find-up": "^3.0.0",
|
||||||
"get-stdin": "^6.0.0",
|
"get-stdin": "^6.0.0",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"eslint-plugin-react": "7.11.1",
|
"eslint-plugin-react": "7.11.1",
|
||||||
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
|
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
|
||||||
"har-validator": "5.1.3",
|
"har-validator": "5.1.3",
|
||||||
"husky": "1.2.0",
|
"husky": "1.2.1",
|
||||||
"interpolate-components": "1.1.1",
|
"interpolate-components": "1.1.1",
|
||||||
"lint-staged": "8.1.0",
|
"lint-staged": "8.1.0",
|
||||||
"mini-css-extract-plugin": "0.5.0",
|
"mini-css-extract-plugin": "0.5.0",
|
||||||
|
|
Loading…
Reference in New Issue