Update dependency lint-staged to v9.2.0 (https://github.com/woocommerce/woocommerce-blocks/pull/718)
This commit is contained in:
parent
bac144a68c
commit
a23008f39c
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/block-library",
|
||||
"version": "2.3.0-dev",
|
||||
"version": "2.3.0-beta",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -13482,9 +13482,9 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.1.0.tgz",
|
||||
"integrity": "sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==",
|
||||
"version": "9.2.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.0.tgz",
|
||||
"integrity": "sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "^2.4.2",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"husky": "2.4.1",
|
||||
"interpolate-components": "1.1.1",
|
||||
"js-md5": "0.7.3",
|
||||
"lint-staged": "9.1.0",
|
||||
"lint-staged": "9.2.0",
|
||||
"mini-css-extract-plugin": "0.7.0",
|
||||
"node-sass": "4.12.0",
|
||||
"po2json": "1.0.0-alpha",
|
||||
|
|
Loading…
Reference in New Issue