Skip to content

Commit

Permalink
chore: upgrade stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Nov 22, 2016
1 parent 77bbce4 commit a6c52d1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"sourcemap-istanbul-instrumenter-loader": "~0.2.0",
"standard-version": "~3.0.0",
"style-loader": "~0.13.0",
"stylelint": "~7.5.0",
"stylelint-config-standard": "~14.0.0",
"stylelint": "~7.6.0",
"stylelint-config-standard": "~15.0.0",
"stylelint-webpack-plugin": "~0.4.0",
"tslint": "~3.15.1",
"tslint-loader": "~2.1.4",
Expand Down
35 changes: 22 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4132,7 +4132,7 @@ postcss-reduce-transforms@^1.0.3:
postcss "^5.0.8"
postcss-value-parser "^3.0.1"

postcss-reporter@^1.2.1, postcss-reporter@^1.3.0, postcss-reporter@^1.3.3:
postcss-reporter@^1.2.1, postcss-reporter@^1.3.3:
version "1.4.1"
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-1.4.1.tgz#c136f0a5b161915f379dd3765c61075f7e7b9af2"
dependencies:
Expand All @@ -4141,15 +4141,24 @@ postcss-reporter@^1.2.1, postcss-reporter@^1.3.0, postcss-reporter@^1.3.3:
log-symbols "^1.0.2"
postcss "^5.0.0"

postcss-reporter@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-2.0.0.tgz#d25e74ba7fce911e2aa72ec1ae592fade6ec3671"
dependencies:
chalk "^1.0.0"
lodash "^4.1.0"
log-symbols "^1.0.2"
postcss "^5.0.0"

postcss-resolve-nested-selector@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"

postcss-scss@^0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-0.3.1.tgz#65c610d8e2a7ee0e62b1835b71b8870734816e4b"
postcss-scss@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-0.4.0.tgz#087c052c529b9270d9580bd1248a0f93d3b40d57"
dependencies:
postcss "^5.2.4"
postcss "^5.2.5"

postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.1.1:
version "2.2.2"
Expand Down Expand Up @@ -5131,9 +5140,9 @@ stylehacks@^2.3.0:
text-table "^0.2.0"
write-file-stdout "0.0.2"

stylelint-config-standard@~14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-14.0.0.tgz#1164b79c3a1dd924ace1b756ad8ec00cbccb8132"
stylelint-config-standard@~15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-15.0.0.tgz#3180b2f9aa3896a754ce6a69bf1b1fe7ab2e0ca0"

stylelint-webpack-plugin@~0.4.0:
version "0.4.0"
Expand All @@ -5145,9 +5154,9 @@ stylelint-webpack-plugin@~0.4.0:
stylelint "^7.0.1"
webpack "^1.13.1"

stylelint@^7.0.1, stylelint@~7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-7.5.0.tgz#fe19a22e793c419d4fc31d58f3948d599fdb81fb"
stylelint@^7.0.1, stylelint@~7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-7.6.0.tgz#ddeb06ccc95f72c119fcde5e85439fb7e9cde4df"
dependencies:
autoprefixer "^6.0.0"
balanced-match "^0.4.0"
Expand All @@ -5170,9 +5179,9 @@ stylelint@^7.0.1, stylelint@~7.5.0:
postcss "^5.0.20"
postcss-less "^0.14.0"
postcss-media-query-parser "^0.2.0"
postcss-reporter "^1.3.0"
postcss-reporter "^2.0.0"
postcss-resolve-nested-selector "^0.1.1"
postcss-scss "^0.3.0"
postcss-scss "^0.4.0"
postcss-selector-parser "^2.1.1"
postcss-value-parser "^3.1.1"
resolve-from "^2.0.0"
Expand Down

0 comments on commit a6c52d1

Please sign in to comment.