Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
chore(deps): update dependency stylelint to v9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and weareoutman committed Nov 28, 2018
1 parent b02e7c8 commit 338954f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"sinon": "7.1.1",
"spectron": "5.0.0",
"style-loader": "0.23.1",
"stylelint": "9.8.0",
"stylelint": "9.9.0",
"stylelint-config-prettier": "4.0.0",
"stylelint-config-standard": "18.2.0",
"terser-webpack-plugin": "1.1.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8028,10 +8028,10 @@ kleur@^2.0.1:
resolved "https://registry.npmjs.org/kleur/-/kleur-2.0.2.tgz#b704f4944d95e255d038f0cb05fb8a602c55a300"
integrity sha512-77XF9iTllATmG9lSlIv0qdQ2BQ/h9t0bJllHlbvsQ0zUWfU7Yi0S8L5JXzPZgkefIiajLmBJJ4BsMJmqcf7oxQ==

known-css-properties@^0.9.0:
version "0.9.0"
resolved "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.9.0.tgz#28f8a7134cfa3b0aa08b1e5edf64a57f64fc23af"
integrity sha512-2G/A/8XPhH6MmuVgl079wYsgdqfXE3cfm62txk/ajS4wvRWo6tEHcgQCJCHOOy12Fse1Sxlbf7/IJBpR9hnVew==
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"
integrity sha512-OMPb86bpVbnKN/2VJw1Ggs1Hw/FNGwEL1QYiNIEHaB5FSLybJ4QD7My5Hm9yDhgpRrRnnOgu0oKeuuABzASeBw==

last-call-webpack-plugin@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -9979,10 +9979,10 @@ postcss-jsx@^0.35.0:
optionalDependencies:
postcss-styled ">=0.34.0"

postcss-less@^3.0.1:
version "3.0.2"
resolved "https://registry.npmjs.org/postcss-less/-/postcss-less-3.0.2.tgz#9cf94e2cc90f8566858939e278fb9f0b713908df"
integrity sha512-+JBOampmDnuaf4w8OIEqkCiF+sOm/nWukDsC+1FTrYcIstptOISzGpYZk24Qh+Ewlmzmi53sRyiTbiGvMCDRwA==
postcss-less@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-3.1.0.tgz#0e14a80206b452f44d3a09d082fa72645e8168cc"
integrity sha512-+fDH2A9zV8B4gFu3Idhq8ma09/mMBXXc03T2lL9CHjBQqKrfUit+TrQrnojc6Y4k7N4E+tyE1Uj5U1tcoKtXLQ==
dependencies:
postcss "^7.0.3"

Expand Down Expand Up @@ -12174,10 +12174,10 @@ 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"
integrity sha512-qYYgP9UnZ6S4uaXrfEGPIMeNv21gP4t3E7BtnYfJIiHKvz7AbrCP0vj1wPgD6OFyxLT5txQxtoznfSkm2vsUkQ==
stylelint@9.9.0:
version "9.9.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.9.0.tgz#dde466e9b049e0bd30e912ad280f1a2ecf6efdf8"
integrity sha512-kIuX0/9/I2mZeHz6EoFt7UpLt7Mz+ic9/PmFwKMdq4BkQHikg3FkcgAElLdAmaI8Au1JEUOS996ZFE+mwXytmA==
dependencies:
autoprefixer "^9.0.0"
balanced-match "^1.0.0"
Expand All @@ -12194,7 +12194,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"
Expand All @@ -12206,7 +12206,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"
Expand Down

0 comments on commit 338954f

Please sign in to comment.