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

Commit

Permalink
Merge b3c4a55 into e126572
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 13, 2018
2 parents e126572 + b3c4a55 commit 2b00b8b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"stylelint-config-standard": "^18.2.0",
"stylelint-declaration-block-no-ignored-properties": "^1.1.0",
"stylelint-declaration-strict-value": "^1.0.4",
"stylelint-order": "^0.8.1",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.1.0"
},
"devDependencies": {
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Expand Up @@ -4282,12 +4282,12 @@ postcss-selector-parser@^4.0.0:
indexes-of "^1.0.1"
uniq "^1.0.1"

postcss-sorting@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-3.1.0.tgz#af7c90ee73ad12569a57664eaf06735c2e25bec0"
postcss-sorting@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-4.0.0.tgz#abfdf41ff8f7710f66f5dc7e78a3a3cce3983c21"
dependencies:
lodash "^4.17.4"
postcss "^6.0.13"
postcss "^7.0.0"

postcss-styled@^0.31.0:
version "0.31.0"
Expand All @@ -4310,7 +4310,7 @@ postcss@^5.0.0, postcss@^5.0.18, postcss@^5.0.20, postcss@^5.0.21, postcss@^5.0.
source-map "^0.5.6"
supports-color "^3.2.3"

postcss@^6.0.11, postcss@^6.0.13, postcss@^6.0.14, postcss@^6.0.16, postcss@^6.0.8:
postcss@^6.0.11, postcss@^6.0.14, postcss@^6.0.16, postcss@^6.0.8:
version "6.0.22"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.22.tgz#e23b78314905c3b90cbd61702121e7a78848f2a3"
dependencies:
Expand All @@ -4326,6 +4326,14 @@ postcss@^7.0.0, postcss@^7.0.1:
source-map "^0.6.1"
supports-color "^5.4.0"

postcss@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.2.tgz#7b5a109de356804e27f95a960bef0e4d5bc9bb18"
dependencies:
chalk "^2.4.1"
source-map "^0.6.1"
supports-color "^5.4.0"

prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
Expand Down Expand Up @@ -5203,13 +5211,13 @@ stylelint-declaration-strict-value@^1.0.4:
dependencies:
stylelint "^7.6.0"

stylelint-order@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-0.8.1.tgz#35f71af3a15954154e0e99e5646ba3d6fbe34f8d"
stylelint-order@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-1.0.0.tgz#089fc3d5cdf7e7d4ac1882f65b60b25db750413c"
dependencies:
lodash "^4.17.4"
postcss "^6.0.14"
postcss-sorting "^3.1.0"
lodash "^4.17.10"
postcss "^7.0.2"
postcss-sorting "^4.0.0"

stylelint-scss@^3.1.0:
version "3.2.0"
Expand Down

0 comments on commit 2b00b8b

Please sign in to comment.