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 Jan 28, 2020
2 parents 45755b3 + d636d56 commit d30bad3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 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": "^10.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
15 changes: 11 additions & 4 deletions yarn.lock
Expand Up @@ -3939,6 +3939,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 @@ -19308,10 +19315,10 @@ mini-css-extract-plugin@0.8.0:
schema-utils "^1.0.0"
webpack-sources "^1.1.0"

mini-css-extract-plugin@^0.8.0:
version "0.8.2"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz#a875e169beb27c88af77dd962771c9eedc3da161"
integrity sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw==
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"
Expand Down

0 comments on commit d30bad3

Please sign in to comment.