Update dependency stylelint to v9.9.0
This commit is contained in:
parent
6a4a45711b
commit
335ceb8013
@ -101,7 +101,7 @@
|
||||
"nyc": "13.1.0",
|
||||
"sinon": "7.1.1",
|
||||
"socket.io-client": "2.1.1",
|
||||
"stylelint": "9.8.0",
|
||||
"stylelint": "9.9.0",
|
||||
"stylelint-config-standard": "18.2.0",
|
||||
"textcomplete": "0.17.1",
|
||||
"undate": "0.3.0",
|
||||
|
22
yarn.lock
22
yarn.lock
@ -4227,9 +4227,9 @@ kind-of@^6.0.0, kind-of@^6.0.2:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
|
||||
|
||||
known-css-properties@^0.9.0:
|
||||
version "0.9.0"
|
||||
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.9.0.tgz#28f8a7134cfa3b0aa08b1e5edf64a57f64fc23af"
|
||||
known-css-properties@^0.10.0:
|
||||
version "0.10.0"
|
||||
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.10.0.tgz#8378a8921e6c815ecc47095744a8900af63d577d"
|
||||
|
||||
lcid@^1.0.0:
|
||||
version "1.0.0"
|
||||
@ -5541,9 +5541,9 @@ postcss-jsx@^0.35.0:
|
||||
optionalDependencies:
|
||||
postcss-styled ">=0.34.0"
|
||||
|
||||
postcss-less@^3.0.1:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-3.0.2.tgz#9cf94e2cc90f8566858939e278fb9f0b713908df"
|
||||
postcss-less@^3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-3.1.0.tgz#0e14a80206b452f44d3a09d082fa72645e8168cc"
|
||||
dependencies:
|
||||
postcss "^7.0.3"
|
||||
|
||||
@ -6944,9 +6944,9 @@ stylelint-config-standard@18.2.0:
|
||||
dependencies:
|
||||
stylelint-config-recommended "^2.1.0"
|
||||
|
||||
stylelint@9.8.0:
|
||||
version "9.8.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.8.0.tgz#bfdade6360d82afe820d6b15251b01acf8ffd04d"
|
||||
stylelint@9.9.0:
|
||||
version "9.9.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.9.0.tgz#dde466e9b049e0bd30e912ad280f1a2ecf6efdf8"
|
||||
dependencies:
|
||||
autoprefixer "^9.0.0"
|
||||
balanced-match "^1.0.0"
|
||||
@ -6963,7 +6963,7 @@ stylelint@9.8.0:
|
||||
ignore "^5.0.4"
|
||||
import-lazy "^3.1.0"
|
||||
imurmurhash "^0.1.4"
|
||||
known-css-properties "^0.9.0"
|
||||
known-css-properties "^0.10.0"
|
||||
leven "^2.1.0"
|
||||
lodash "^4.17.4"
|
||||
log-symbols "^2.0.0"
|
||||
@ -6975,7 +6975,7 @@ stylelint@9.8.0:
|
||||
postcss "^7.0.0"
|
||||
postcss-html "^0.34.0"
|
||||
postcss-jsx "^0.35.0"
|
||||
postcss-less "^3.0.1"
|
||||
postcss-less "^3.1.0"
|
||||
postcss-markdown "^0.34.0"
|
||||
postcss-media-query-parser "^0.2.3"
|
||||
postcss-reporter "^6.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user