Skip to content

Commit

Permalink
feat(deps): Update dependency stylelint-no-unsupported-browser-featur…
Browse files Browse the repository at this point in the history
…es to ^4.1.2
  • Loading branch information
renovate-bot committed Oct 26, 2020
1 parent cbeacd0 commit a3c757b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/stylelint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-no-unsupported-browser-features": "^4.1.0",
"stylelint-no-unsupported-browser-features": "^4.1.2",
"stylelint-order": "^4.1.0"
}
}
35 changes: 29 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4788,7 +4788,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=

[email protected], isarray@~1.0.0:
[email protected], isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
Expand Down Expand Up @@ -5440,6 +5440,14 @@ levn@^0.3.0, levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

line-column@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2"
integrity sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=
dependencies:
isarray "^1.0.0"
isobject "^2.0.0"

lines-and-columns@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
Expand Down Expand Up @@ -6007,6 +6015,11 @@ mz@^2.5.0:
object-assign "^4.0.1"
thenify-all "^1.0.0"

nanoid@^3.1.15:
version "3.1.16"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.16.tgz#b21f0a7d031196faf75314d7c65d36352beeef64"
integrity sha512-+AK8MN0WHji40lj8AEuwLOvLSbWYApQpre/aFJZD71r43wVRLrOYS4FmJOPQYon1TqB462RzrrxlfA74XRES8w==

nanomatch@^1.2.9:
version "1.2.13"
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
Expand Down Expand Up @@ -6786,6 +6799,16 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.
source-map "^0.6.1"
supports-color "^6.1.0"

postcss@^8.1.4:
version "8.1.4"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.4.tgz#356dfef367a70f3d04347f74560c85846e20e4c1"
integrity sha512-LfqcwgMq9LOd8pX7K2+r2HPitlIGC5p6PoZhVELlqhh2YGDVcXKpkCseqan73Hrdik6nBd2OvoDPUaP/oMj9hQ==
dependencies:
colorette "^1.2.1"
line-column "^1.0.2"
nanoid "^3.1.15"
source-map "^0.6.1"

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 @@ -7981,14 +8004,14 @@ stylelint-declaration-block-no-ignored-properties@^2.3.0:
dependencies:
postcss "^7.0.27"

stylelint-no-unsupported-browser-features@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-4.1.0.tgz#f1091d1d11dc675b7d1fd97db40f4a3c1780e825"
integrity sha512-Uzgyf+BFBYaTDYgQQMKBSGtlLX4OvNEnQLU+F7TjXf1InBrrrfadWjm9ef3bfD/onofnuQXk3CJEQ/gX6ef+/g==
stylelint-no-unsupported-browser-features@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-4.1.2.tgz#b043d43f3262cab12a2338f0a299efec72848615"
integrity sha512-96Hai75nIjpaxmi+o7YynGoUbhfZbCCh/BTfdUQOeNq5UHLtY/yhSCZHV1IQt3damtIK1WHgWiYQg4Jdp1VPCg==
dependencies:
doiuse "^4.2.0"
lodash "^4.17.15"
postcss "^7.0.21"
postcss "^8.1.4"

stylelint-order@^4.1.0:
version "4.1.0"
Expand Down

0 comments on commit a3c757b

Please sign in to comment.