chore(xo-web): downgrade modular-cssify to 12
Work around an issue with 14 which breaks in watch mode
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
"loose-envify": "^1.1.0",
|
||||
"make-error": "^1.3.2",
|
||||
"marked": "^0.4.0",
|
||||
"modular-cssify": "^14.0.1",
|
||||
"modular-cssify": "^12",
|
||||
"moment": "^2.20.1",
|
||||
"moment-timezone": "^0.5.14",
|
||||
"notifyjs": "^3.0.0",
|
||||
|
||||
19
yarn.lock
19
yarn.lock
@@ -7449,6 +7449,10 @@ lodash.templatesettings@^3.0.0:
|
||||
lodash._reinterpolate "^3.0.0"
|
||||
lodash.escape "^3.0.0"
|
||||
|
||||
lodash.uniq@^4.5.0:
|
||||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
||||
|
||||
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.16.0, lodash@^4.16.2, lodash@^4.16.6, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1, lodash@^4.8.0, lodash@~4.17.10:
|
||||
version "4.17.10"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
|
||||
@@ -7800,9 +7804,9 @@ mkdirp@0.5, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
|
||||
dependencies:
|
||||
minimist "0.0.8"
|
||||
|
||||
modular-css-core@^14.0.1:
|
||||
version "14.0.1"
|
||||
resolved "https://registry.yarnpkg.com/modular-css-core/-/modular-css-core-14.0.1.tgz#50cddae15a4319b5efbe84338bbb8ecb6f72a1c0"
|
||||
modular-css-core@^12.1.3:
|
||||
version "12.1.3"
|
||||
resolved "https://registry.yarnpkg.com/modular-css-core/-/modular-css-core-12.1.3.tgz#801fbe5e7412ba897b40a1982a9b99134ffe4990"
|
||||
dependencies:
|
||||
dependency-graph "^0.6.0"
|
||||
escape-string-regexp "^1.0.5"
|
||||
@@ -7811,6 +7815,7 @@ modular-css-core@^14.0.1:
|
||||
lodash.get "^4.4.2"
|
||||
lodash.invert "^4.3.0"
|
||||
lodash.mapvalues "^4.6.0"
|
||||
lodash.uniq "^4.5.0"
|
||||
p-each-series "^1.0.0"
|
||||
postcss "^6.0.11"
|
||||
postcss-selector-parser "^3.0.0"
|
||||
@@ -7820,12 +7825,12 @@ modular-css-core@^14.0.1:
|
||||
"true-case-path" "^1.0.2"
|
||||
unique-slug "^2.0.0"
|
||||
|
||||
modular-cssify@^14.0.1:
|
||||
version "14.0.1"
|
||||
resolved "https://registry.yarnpkg.com/modular-cssify/-/modular-cssify-14.0.1.tgz#f69f6ca49670c43e085dbc6e145f379d3daff6f9"
|
||||
modular-cssify@^12:
|
||||
version "12.1.3"
|
||||
resolved "https://registry.yarnpkg.com/modular-cssify/-/modular-cssify-12.1.3.tgz#670437ad179ba1e5e107b034e97f2973fa62d768"
|
||||
dependencies:
|
||||
mkdirp "^0.5.1"
|
||||
modular-css-core "^14.0.1"
|
||||
modular-css-core "^12.1.3"
|
||||
p-each-series "^1.0.0"
|
||||
sink-transform "^2.0.0"
|
||||
through2 "^2.0.3"
|
||||
|
||||
Reference in New Issue
Block a user