Update dependency mini-css-extract-plugin to v0.8.0 (https://github.com/woocommerce/woocommerce-blocks/pull/742)

This commit is contained in:
renovate[bot] 2019-07-17 11:55:48 +02:00 committed by Albert Juhé Lluveras
parent 611d0cbce8
commit e84853b6ef
2 changed files with 4 additions and 4 deletions

View File

@ -14432,9 +14432,9 @@
}
},
"mini-css-extract-plugin": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.7.0.tgz",
"integrity": "sha512-RQIw6+7utTYn8DBGsf/LpRgZCJMpZt+kuawJ/fju0KiOL6nAaTBNmCJwS7HtwSCXfS47gCkmtBFS7HdsquhdxQ==",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz",
"integrity": "sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==",
"dev": true,
"requires": {
"loader-utils": "^1.1.0",

View File

@ -68,7 +68,7 @@
"interpolate-components": "1.1.1",
"js-md5": "0.7.3",
"lint-staged": "9.2.0",
"mini-css-extract-plugin": "0.7.0",
"mini-css-extract-plugin": "0.8.0",
"node-sass": "4.12.0",
"po2json": "1.0.0-alpha",
"postcss-loader": "3.0.0",