From 62f869f8e5e3fb0f697473c18529d24108ce4afa Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2019 13:52:03 +0800 Subject: [PATCH] =?utf8?q?Update=20mini-css-extract-plugin=20in=20group=20?= =?utf8?q?default=20to=20the=20latest=20version=20=F0=9F=9A=80=20(#201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * chore(package): update mini-css-extract-plugin to version 0.8.0 * chore(package): update lock yarn.lock --- html/package.json | 2 +- html/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/package.json b/html/package.json index f3da99a..63b8b6e 100644 --- a/html/package.json +++ b/html/package.json @@ -41,7 +41,7 @@ "html-webpack-plugin": "^3.2.0", "husky": "^3.0.0", "lint-staged": "^9.2.0", - "mini-css-extract-plugin": "^0.7.0", + "mini-css-extract-plugin": "^0.8.0", "node-sass": "^4.12.0", "optimize-css-assets-webpack-plugin": "^5.0.1", "sass-loader": "^7.1.0", diff --git a/html/yarn.lock b/html/yarn.lock index 377916f..5e360ee 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -5001,10 +5001,10 @@ mimic-fn@^2.0.0, mimic-fn@^2.1.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -mini-css-extract-plugin@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.7.0.tgz#5ba8290fbb4179a43dd27cca444ba150bee743a0" - integrity sha512-RQIw6+7utTYn8DBGsf/LpRgZCJMpZt+kuawJ/fju0KiOL6nAaTBNmCJwS7HtwSCXfS47gCkmtBFS7HdsquhdxQ== +mini-css-extract-plugin@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1" + integrity sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw== dependencies: loader-utils "^1.1.0" normalize-url "1.9.1" -- 2.43.4