Skip to content

Commit

Permalink
Merge pull request #9652 from storybookjs/fix/9462-sass-loading
Browse files Browse the repository at this point in the history
Core: Upgrade `min-css-extract-plugin` to fix SASS loading
  • Loading branch information
shilman committed Feb 2, 2020
1 parent 07c06f2 commit 2737f70
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/react/package.json
Expand Up @@ -47,7 +47,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"mini-css-extract-plugin": "^0.9.0",
"prop-types": "^15.7.2",
"react-dev-utils": "^9.0.0",
"regenerator-runtime": "^0.13.3",
Expand All @@ -56,7 +56,7 @@
"webpack": "^4.33.0"
},
"devDependencies": {
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/mini-css-extract-plugin": "^0.9.0",
"@types/node": "^13.1.5",
"@types/webpack": "^4.41.0"
},
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Expand Up @@ -4381,6 +4381,13 @@
dependencies:
"@types/webpack" "*"

"@types/mini-css-extract-plugin@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#ab11dde0662e2e7c711acee554a8983c2e036c8b"
integrity sha512-y+/Z/FtQ0h0Ps9PYbYeBd9fVl1z4215gpvGcYfl20+jMWBngEKDNzQ2an2kz+cLL47SS6Y2f6Z4axdSoyNgNAw==
dependencies:
"@types/webpack" "*"

"@types/minimatch@*", "@types/minimatch@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
Expand Down Expand Up @@ -21552,7 +21559,7 @@ mini-css-extract-plugin@0.5.0, mini-css-extract-plugin@^0.5.0:
schema-utils "^1.0.0"
webpack-sources "^1.1.0"

mini-css-extract-plugin@0.8.0, mini-css-extract-plugin@^0.8.0:
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==
Expand All @@ -21562,6 +21569,16 @@ mini-css-extract-plugin@0.8.0, mini-css-extract-plugin@^0.8.0:
schema-utils "^1.0.0"
webpack-sources "^1.1.0"

mini-css-extract-plugin@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==
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.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
Expand Down

0 comments on commit 2737f70

Please sign in to comment.