update stylelint and stylelint-declaration-use-variable

Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach
2021-07-07 12:16:26 +02:00
parent a065b5d65a
commit 44c745e49d
3 changed files with 843 additions and 757 deletions

View File

@@ -9,7 +9,7 @@
"block-no-empty": null,
"color-named": "never",
"color-no-hex": true,
"function-blacklist": ["/^rgb/", "/^hsl/"],
"function-disallowed-list": ["/^rgb/", "/^hsl/"],
"no-empty-source": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,

View File

@@ -82,11 +82,11 @@
"postcss-loader": "3.0.0",
"react-router": "3.2.0",
"style-loader": "0.23.0",
"stylelint": "11.1.1",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-custom-processor-loader": "0.6.0",
"stylelint-declaration-use-variable": "1.7.2",
"stylelint-declaration-use-variable": "^1.7.3",
"stylelint-processor-styled-components": "1.8.0",
"url": "0.11.0",
"url-loader": "0.6.2",

File diff suppressed because it is too large Load Diff