Skip to content

Commit 5d2c5fa

Browse files
Update dependency mini-css-extract-plugin to v0.9.0 (#15)
1 parent 15f4c37 commit 5d2c5fa

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

comprehensive-demo/app-04/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"cross-env": "5.2.1",
77
"css-loader": "2.1.1",
8-
"mini-css-extract-plugin": "0.6.0",
8+
"mini-css-extract-plugin": "0.9.0",
99
"style-loader": "0.23.1",
1010
"svelte": "3.22.1",
1111
"svelte-loader": "2.13.3",

yarn.lock

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8428,16 +8428,6 @@ mini-create-react-context@^0.3.0:
84288428
gud "^1.0.0"
84298429
tiny-warning "^1.0.2"
84308430

8431-
mini-css-extract-plugin@0.6.0:
8432-
version "0.6.0"
8433-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.6.0.tgz#a3f13372d6fcde912f3ee4cd039665704801e3b9"
8434-
integrity sha512-79q5P7YGI6rdnVyIAV4NXpBQJFWdkzJxCim3Kog4078fM0piAaFlwocqbejdWtLW1cEzCexPrh6EdyFsPgVdAw==
8435-
dependencies:
8436-
loader-utils "^1.1.0"
8437-
normalize-url "^2.0.1"
8438-
schema-utils "^1.0.0"
8439-
webpack-sources "^1.1.0"
8440-
84418431
mini-css-extract-plugin@0.9.0:
84428432
version "0.9.0"
84438433
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
@@ -8876,15 +8866,6 @@ normalize-url@1.9.1:
88768866
query-string "^4.1.0"
88778867
sort-keys "^1.0.0"
88788868

8879-
normalize-url@^2.0.1:
8880-
version "2.0.1"
8881-
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6"
8882-
integrity sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==
8883-
dependencies:
8884-
prepend-http "^2.0.0"
8885-
query-string "^5.0.1"
8886-
sort-keys "^2.0.0"
8887-
88888869
normalize-url@^3.0.0, normalize-url@^3.3.0:
88898870
version "3.3.0"
88908871
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
@@ -10008,11 +9989,6 @@ prepend-http@^1.0.0:
100089989
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
100099990
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
100109991

10011-
prepend-http@^2.0.0:
10012-
version "2.0.0"
10013-
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
10014-
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
10015-
100169992
prettier@1.19.1:
100179993
version "1.19.1"
100189994
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
@@ -10218,15 +10194,6 @@ query-string@^4.1.0:
1021810194
object-assign "^4.1.0"
1021910195
strict-uri-encode "^1.0.0"
1022010196

10221-
query-string@^5.0.1:
10222-
version "5.1.1"
10223-
resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"
10224-
integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==
10225-
dependencies:
10226-
decode-uri-component "^0.2.0"
10227-
object-assign "^4.1.0"
10228-
strict-uri-encode "^1.0.0"
10229-
1023010197
querystring@0.2.0, querystring@^0.2.0:
1023110198
version "0.2.0"
1023210199
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"

0 commit comments

Comments
 (0)