Merge pull request #2092 from thelounge/greenkeeper/stylelint-9.1.1

Update stylelint to the latest version 🚀
This commit is contained in:
Jérémie Astori 2018-02-21 21:44:19 -05:00 committed by GitHub
commit 7e8ceaeda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -85,7 +85,7 @@
"npm-run-all": "4.1.2", "npm-run-all": "4.1.2",
"nyc": "11.4.1", "nyc": "11.4.1",
"socket.io-client": "2.0.4", "socket.io-client": "2.0.4",
"stylelint": "9.1.0", "stylelint": "9.1.1",
"stylelint-config-standard": "18.1.0", "stylelint-config-standard": "18.1.0",
"textcomplete": "0.16.0", "textcomplete": "0.16.0",
"webpack": "3.11.0" "webpack": "3.11.0"

View File

@ -5113,9 +5113,9 @@ stylelint-config-standard@18.1.0:
dependencies: dependencies:
stylelint-config-recommended "^2.0.0" stylelint-config-recommended "^2.0.0"
stylelint@9.1.0: stylelint@9.1.1:
version "9.1.0" version "9.1.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.1.0.tgz#ff24e8be30b9c2718cc53e8b75318988970c426f" resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.1.1.tgz#bfabb7eb8ea6251a4732f4b2a0468963a30d3da9"
dependencies: dependencies:
autoprefixer "^8.0.0" autoprefixer "^8.0.0"
balanced-match "^1.0.0" balanced-match "^1.0.0"
@ -5150,6 +5150,7 @@ stylelint@9.1.0:
postcss-selector-parser "^3.1.0" postcss-selector-parser "^3.1.0"
postcss-value-parser "^3.3.0" postcss-value-parser "^3.3.0"
resolve-from "^4.0.0" resolve-from "^4.0.0"
signal-exit "^3.0.2"
specificity "^0.3.1" specificity "^0.3.1"
string-width "^2.1.0" string-width "^2.1.0"
style-search "^0.1.0" style-search "^0.1.0"