mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Update dependency mini-css-extract-plugin to ^0.8.0 (#5046)
This commit is contained in:
parent
65e2e08273
commit
8011c8a801
@ -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",
|
||||
|
||||
18
yarn.lock
18
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user