From 8011c8a8017cb6d09b4f8cddb17aa509bd189ed1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:39:55 +0200 Subject: [PATCH] Update dependency mini-css-extract-plugin to ^0.8.0 (#5046) --- package.json | 4 ++-- yarn.lock | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 54a3a83ad0d..cf2fcb80702 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@types/jsdom": "12.2.4", "@types/lodash": "4.14.124", "@types/marked": "0.6.5", - "@types/mini-css-extract-plugin": "0.2.1", + "@types/mini-css-extract-plugin": "0.8.0", "@types/mkdirp-promise": "5.0.0", "@types/mockdate": "2.0.0", "@types/mz": "0.0.32", @@ -154,7 +154,7 @@ "json-schema-ref-parser": "^7.1.0", "json-schema-to-typescript": "^6.1.0", "message-port-polyfill": "^0.2.0", - "mini-css-extract-plugin": "^0.7.0", + "mini-css-extract-plugin": "^0.8.0", "mkdirp-promise": "^5.0.1", "mockdate": "^2.0.2", "monaco-editor-webpack-plugin": "^1.7.0", diff --git a/yarn.lock b/yarn.lock index 06e3240fbe4..f90cf91473b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2450,10 +2450,10 @@ resolved "https://registry.npmjs.org/@types/mime/-/mime-2.0.0.tgz#5a7306e367c539b9f6543499de8dd519fac37a8b" integrity sha512-A2TAGbTFdBw9azHbpVd+/FkdW2T6msN1uct1O9bH3vTerEHKZhTXJUQXy+hNq1B0RagfU8U+KBdqiZpxjhOUQA== -"@types/mini-css-extract-plugin@0.2.1": - version "0.2.1" - resolved "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-0.2.1.tgz#f833abd67e8d6e40efb08a0455be252db063d475" - integrity sha512-KJOp7SZusMEGpiE5VprIUBcXtr3okLeVsJOykLGpcnrc7ivoWg9+5vGAANSIPrwn06HqXMruCYqzEZl3/uvwwg== +"@types/mini-css-extract-plugin@0.8.0": + version "0.8.0" + resolved "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#6a5d3459d40cb51f14059e9aa410c9e970656103" + integrity sha512-L7OKmXudo048RMw/NeLjJMNRAbyXG76b3uGZ49OKe03imYEplx0JzcM0goVNc7X1IeESf2Bk9RP+tS1U3OSmVg== dependencies: "@types/webpack" "*" @@ -11447,6 +11447,16 @@ mini-css-extract-plugin@^0.7.0: schema-utils "^1.0.0" webpack-sources "^1.1.0" +mini-css-extract-plugin@^0.8.0: + version "0.8.0" + resolved "https://registry.npmjs.org/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" + schema-utils "^1.0.0" + webpack-sources "^1.1.0" + minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"