dependencies: Upgrade sass-loader to 7.1.0.

v7.1.0 allows the loader to use any sass implementation. The new
reference implementation of sass, dart-sass, is faster than libsass
in toy benchmarks but perform about the same when compiling
bootstrap. So we will stay on libsass for now.
This commit is contained in:
Thomas Ip 2019-06-02 11:06:54 +08:00 committed by Tim Abbott
parent 37b0b0f246
commit eccd258407
2 changed files with 6 additions and 5 deletions

View File

@ -32,7 +32,7 @@
"moment-timezone": "0.5.25",
"node-sass": "4.12.0",
"plotly.js": "1.48.1",
"sass-loader": "7.0.1",
"sass-loader": "7.1.0",
"script-loader": "0.7.2",
"simplebar": "^4.0.0",
"sortablejs": "^1.7.0",

View File

@ -10574,16 +10574,17 @@ sass-graph@^2.2.4:
scss-tokenizer "^0.2.3"
yargs "^7.0.0"
sass-loader@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-7.0.1.tgz#fd937259ccba3a9cfe0d5f8a98746d48adfcc261"
integrity sha512-MeVVJFejJELlAbA7jrRchi88PGP6U9yIfqyiG+bBC4a9s2PX+ulJB9h8bbEohtPBfZmlLhNZ0opQM9hovRXvlw==
sass-loader@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-7.1.0.tgz#16fd5138cb8b424bf8a759528a1972d72aad069d"
integrity sha512-+G+BKGglmZM2GUSfT9TLuEp6tzehHPjAMoRRItOojWIqIGPloVCMhNIQuG639eJ+y033PaGTSjLaTHts8Kw79w==
dependencies:
clone-deep "^2.0.1"
loader-utils "^1.0.1"
lodash.tail "^4.1.1"
neo-async "^2.5.0"
pify "^3.0.0"
semver "^5.5.0"
sax@^1.1.5, sax@^1.2.1, sax@^1.2.4, sax@~1.2.1, sax@~1.2.4:
version "1.2.4"