From: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2019 05:52:03 +0000 (+0800) Subject: Update mini-css-extract-plugin in group default to the latest version 🚀 (#201) X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=62f869f8e5e3fb0f697473c18529d24108ce4afa;p=ttyd.git Update mini-css-extract-plugin in group default to the latest version 🚀 (#201) * chore(package): update mini-css-extract-plugin to version 0.8.0 * chore(package): update lock yarn.lock --- 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"