Merge pull request #3758 from thelounge/renovate/stylelint-13.x

Update dependency stylelint to v13.2.0
This commit is contained in:
Pavel Djundik 2020-02-15 11:29:23 +02:00 committed by GitHub
commit 96099694d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -107,7 +107,7 @@
"primer-tooltips": "2.0.0",
"sinon": "8.1.1",
"socket.io-client": "2.3.0",
"stylelint": "13.1.0",
"stylelint": "13.2.0",
"stylelint-config-standard": "20.0.0",
"textcomplete": "0.18.1",
"undate": "0.3.0",

View file

@ -7377,7 +7377,7 @@ postcss-selector-not@^4.0.0:
balanced-match "^1.0.0"
postcss "^7.0.2"
postcss-selector-parser@^3.0.0, postcss-selector-parser@^3.1.0:
postcss-selector-parser@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865"
integrity sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=
@ -8849,10 +8849,10 @@ stylelint-config-standard@20.0.0:
dependencies:
stylelint-config-recommended "^3.0.0"
stylelint@13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.1.0.tgz#693fca947873ff34c92bf08cdaa6f3db1cac91e2"
integrity sha512-Ei+nCSQTyZYrsLSUIxq48/QfzCQD9r9sQiBqy7Z4IpIMcj+E0R6b0CHrSFeE7jNgREpBfJKJd6DpstuDrwUiew==
stylelint@13.2.0:
version "13.2.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.2.0.tgz#b6f5b67b9a9a51f1fd105ab916952456d93826b4"
integrity sha512-isf31yjkm0DQesx+Yk1b/WQpFkf1MicwaAVR22Hprx9HRFGhhEkWdrVCyrkK6HFymL0rhzynG97Tu53q/WCsAg==
dependencies:
autoprefixer "^9.7.4"
balanced-match "^1.0.0"
@ -8888,7 +8888,7 @@ stylelint@13.1.0:
postcss-safe-parser "^4.0.1"
postcss-sass "^0.4.2"
postcss-scss "^2.0.0"
postcss-selector-parser "^3.1.0"
postcss-selector-parser "^6.0.2"
postcss-syntax "^0.36.2"
postcss-value-parser "^4.0.2"
resolve-from "^5.0.0"