chore(deps): update dependency lint-staged to v8.1.4 (https://github.com/woocommerce/woocommerce-blocks/pull/423)
This commit is contained in:
parent
dfb4acf882
commit
fb2516e472
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce-product-blocks",
|
"name": "woocommerce-product-blocks",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -12096,9 +12096,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"version": "8.1.3",
|
"version": "8.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.4.tgz",
|
||||||
"integrity": "sha512-6TGkikL1B+6mIOuSNq2TV6oP21IhPMnV8q0cf9oYZ296ArTVNcbFh1l1pfVOHHbBIYLlziWNsQ2q45/ffmJ4AA==",
|
"integrity": "sha512-oFbbhB/VzN8B3i/sIdb9gMfngGArI6jIfxSn+WPdQb2Ni3GJeS6T4j5VriSbQfxfMuYoQlMHOoFt+lfcWV0HfA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@iamstarkov/listr-update-renderer": "0.4.1",
|
"@iamstarkov/listr-update-renderer": "0.4.1",
|
||||||
|
@ -12114,7 +12114,7 @@
|
||||||
"is-glob": "^4.0.0",
|
"is-glob": "^4.0.0",
|
||||||
"is-windows": "^1.0.2",
|
"is-windows": "^1.0.2",
|
||||||
"listr": "^0.14.2",
|
"listr": "^0.14.2",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.11",
|
||||||
"log-symbols": "^2.2.0",
|
"log-symbols": "^2.2.0",
|
||||||
"micromatch": "^3.1.8",
|
"micromatch": "^3.1.8",
|
||||||
"npm-which": "^3.0.1",
|
"npm-which": "^3.0.1",
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"har-validator": "5.1.3",
|
"har-validator": "5.1.3",
|
||||||
"husky": "1.3.1",
|
"husky": "1.3.1",
|
||||||
"interpolate-components": "1.1.1",
|
"interpolate-components": "1.1.1",
|
||||||
"lint-staged": "8.1.3",
|
"lint-staged": "8.1.4",
|
||||||
"mini-css-extract-plugin": "0.5.0",
|
"mini-css-extract-plugin": "0.5.0",
|
||||||
"node-sass": "4.11.0",
|
"node-sass": "4.11.0",
|
||||||
"postcss-loader": "3.0.0",
|
"postcss-loader": "3.0.0",
|
||||||
|
|
Loading…
Reference in New Issue