chore(deps): update dependency stylelint to v13.2.0

This commit is contained in:
Renovate Bot 2020-02-14 03:02:09 +00:00
parent 98de3640cc
commit ad24412667
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 7 additions and 7 deletions

View File

@ -112,7 +112,7 @@
"postcss-pxtorem": "4.0.1",
"react-test-renderer": "16.12.0",
"rimraf": "3.0.2",
"stylelint": "13.1.0",
"stylelint": "13.2.0",
"stylelint-config-recommended-scss": "4.2.0",
"stylelint-scss": "3.14.2"
}

View File

@ -13379,7 +13379,7 @@ postcss-scss@^2.0.0:
dependencies:
postcss "^7.0.0"
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"
dependencies:
@ -16183,10 +16183,10 @@ stylelint-scss@3.14.2:
postcss-selector-parser "^6.0.2"
postcss-value-parser "^4.0.2"
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"
@ -16222,7 +16222,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"