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

Commit

Permalink
Bump stylelint from 9.2.1 to 9.3.0
Browse files Browse the repository at this point in the history
Bumps [stylelint](https://github.com/stylelint/stylelint) from 9.2.1 to 9.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](stylelint/stylelint@9.2.1...9.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jun 18, 2018
1 parent 5cea303 commit 7d03300
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions yarn.lock
Expand Up @@ -4070,9 +4070,9 @@ posix-character-classes@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"

postcss-html@^0.23.6:
version "0.23.6"
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.23.6.tgz#ac97c792257cff04f7fde54578bec7221a79b809"
postcss-html@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.28.0.tgz#3dd0f5b5d7f886b8181bf844396d43a7898162cb"
dependencies:
htmlparser2 "^3.9.2"

Expand All @@ -4088,9 +4088,15 @@ postcss-less@^1.1.5:
dependencies:
postcss "^5.2.16"

postcss-markdown@^0.23.6:
version "0.23.6"
resolved "https://registry.yarnpkg.com/postcss-markdown/-/postcss-markdown-0.23.6.tgz#6baa603ae52c44a537862c9fcc36afb7ec9ff01d"
postcss-less@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-2.0.0.tgz#5d190b8e057ca446d60fe2e2587ad791c9029fb8"
dependencies:
postcss "^5.2.16"

postcss-markdown@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/postcss-markdown/-/postcss-markdown-0.28.0.tgz#99d1c4e74967af9e9c98acb2e2b66df4b3c6ed86"
dependencies:
remark "^9.0.0"
unist-util-find-all-after "^1.0.2"
Expand Down Expand Up @@ -4186,9 +4192,9 @@ postcss-sorting@^3.1.0:
lodash "^4.17.4"
postcss "^6.0.13"

postcss-syntax@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.9.0.tgz#671a82b110edf56170fe2309dc8c2a5eaf9d2d0e"
postcss-syntax@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.28.0.tgz#e17572a7dcf5388f0c9b68232d2dad48fa7f0b12"

postcss-value-parser@^3.1.1, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0:
version "3.3.0"
Expand Down Expand Up @@ -5093,8 +5099,8 @@ stylelint@^7.6.0:
table "^4.0.1"

stylelint@^9.2.0:
version "9.2.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.2.1.tgz#fe63c169f6cd3bc81e77f0e3c6443df3267ec211"
version "9.3.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.3.0.tgz#fe176e4e421ac10eac1a6b6d9f28e908eb58c5db"
dependencies:
autoprefixer "^8.0.0"
balanced-match "^1.0.0"
Expand All @@ -5119,17 +5125,17 @@ stylelint@^9.2.0:
normalize-selector "^0.2.0"
pify "^3.0.0"
postcss "^6.0.16"
postcss-html "^0.23.6"
postcss-less "^1.1.5"
postcss-markdown "^0.23.6"
postcss-html "^0.28.0"
postcss-less "^2.0.0"
postcss-markdown "^0.28.0"
postcss-media-query-parser "^0.2.3"
postcss-reporter "^5.0.0"
postcss-resolve-nested-selector "^0.1.1"
postcss-safe-parser "^3.0.1"
postcss-sass "^0.3.0"
postcss-scss "^1.0.2"
postcss-selector-parser "^3.1.0"
postcss-syntax "^0.9.0"
postcss-syntax "^0.28.0"
postcss-value-parser "^3.3.0"
resolve-from "^4.0.0"
signal-exit "^3.0.2"
Expand Down

0 comments on commit 7d03300

Please sign in to comment.