Skip to content

Commit

Permalink
fix: mini-css-extract-plugin
Browse files Browse the repository at this point in the history
mini-css-extract-plugin npm version is behind github, install from github
  • Loading branch information
kevinchappell committed May 27, 2019
1 parent 845faba commit 9b65cde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 38 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"start:demo": "cross-env NODE_ENV=development webpack-dev-server --mode development --open --config tools/webpack.config --copy",
"semantic-release": "semantic-release --ci --debug",
"travis-deploy-once": "travis-deploy-once --pro",
"prepare": "npm --prefix ./node_modules/mini-css-extract-plugin install ./node_modules/mini-css-extract-plugin && npm run --prefix ./node_modules/mini-css-extract-plugin build",
"prepush": "yarn test",
"defaults": "webpack-defaults"
},
Expand Down Expand Up @@ -130,8 +131,8 @@
"jest": "^24.5.0",
"lint-staged": "7.3.0",
"lodash": "^4.17.11",
"mi18n": "0.4.6",
"mini-css-extract-plugin": "^0.6.0",
"mi18n": "^0.4.8",
"mini-css-extract-plugin": "webpack-contrib/mini-css-extract-plugin#master",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "5.0.1",
Expand Down
46 changes: 10 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8045,12 +8045,12 @@ methods@~1.1.2:
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=

mi18n@0.4.6:
version "0.4.6"
resolved "https://registry.yarnpkg.com/mi18n/-/mi18n-0.4.6.tgz#fc3b73dd9d1c821beff0b3d99f5e7af3d8577237"
integrity sha512-JVU0qfrvAuEu42oggCeKNJ+H5BawcTsWK47snMRE5o9KT99ZIwpAHfXb4tks99F0Ow2AkZvm8s3ZtCP/C6N8Hw==
mi18n@^0.4.8:
version "0.4.8"
resolved "https://registry.yarnpkg.com/mi18n/-/mi18n-0.4.8.tgz#b69c1fbd9dd47c3cc6b6c14e7decb51c1740c9f3"
integrity sha512-T9H5fI0RIpAHBvWEe7xbQSMROhty7DBp5oWMhu/XKWqdbvTVgLzR5TEE2zIsAnIaC6HzZOTcR5FTQ40Pg552gw==
dependencies:
now "^11.3.10"
now "^11.5.2"

micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
version "3.1.10"
Expand Down Expand Up @@ -8116,13 +8116,12 @@ mimic-response@^1.0.0, mimic-response@^1.0.1:
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==

mini-css-extract-plugin@^0.6.0:
mini-css-extract-plugin@webpack-contrib/mini-css-extract-plugin#master:
version "0.6.0"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.6.0.tgz#a3f13372d6fcde912f3ee4cd039665704801e3b9"
integrity sha512-79q5P7YGI6rdnVyIAV4NXpBQJFWdkzJxCim3Kog4078fM0piAaFlwocqbejdWtLW1cEzCexPrh6EdyFsPgVdAw==
resolved "https://codeload.github.com/webpack-contrib/mini-css-extract-plugin/tar.gz/ee9df43b4ddebe8ddd42e43f84f06d236e10f988"
dependencies:
loader-utils "^1.1.0"
normalize-url "^2.0.1"
normalize-url "1.9.1"
schema-utils "^1.0.0"
webpack-sources "^1.1.0"

Expand Down Expand Up @@ -8591,7 +8590,7 @@ normalize-range@^0.1.2:
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=

normalize-url@^1.4.0:
normalize-url@1.9.1, normalize-url@^1.4.0:
version "1.9.1"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c"
integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=
Expand All @@ -8601,15 +8600,6 @@ normalize-url@^1.4.0:
query-string "^4.1.0"
sort-keys "^1.0.0"

normalize-url@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6"
integrity sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==
dependencies:
prepend-http "^2.0.0"
query-string "^5.0.1"
sort-keys "^2.0.0"

normalize-url@^3.0.0, normalize-url@^3.1.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
Expand All @@ -8620,7 +8610,7 @@ normalize-url@^4.0.0:
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.3.0.tgz#9c49e10fc1876aeb76dba88bf1b2b5d9fa57b2ee"
integrity sha512-0NLtR71o4k6GLP+mr6Ty34c5GA6CMoEsncKJxvQd8NzPxaHRJNnb5gZE8R1XF4CPIS7QPHLJ74IFszwtNVAHVQ==

now@^11.3.10:
now@^11.5.2:
version "11.5.2"
resolved "https://registry.yarnpkg.com/now/-/now-11.5.2.tgz#d91f7f6665ebea5e3a9b96c72215aab2b81fe42e"
integrity sha512-h1iL68uLLAFbunBZ4Qt+lN2lS5lN0WTsT1/ulqUGZ0CxgzxLj0iZL13+iNcBitdJmOAYO2reh08JUpkHlCIRHg==
Expand Down Expand Up @@ -10411,15 +10401,6 @@ query-string@^4.1.0:
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"

query-string@^5.0.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"
integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==
dependencies:
decode-uri-component "^0.2.0"
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"

query-string@^6.2.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.5.0.tgz#2e1a70125af01f6f04573692d02c09302a1d8bfc"
Expand Down Expand Up @@ -11628,13 +11609,6 @@ sort-keys@^1.0.0:
dependencies:
is-plain-obj "^1.0.0"

sort-keys@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128"
integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=
dependencies:
is-plain-obj "^1.0.0"

sortablejs@1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.4.2.tgz#10df66054e1d1dcb538d7eaedaeaf692232c8d0d"
Expand Down

0 comments on commit 9b65cde

Please sign in to comment.