From 88fe507888785bc3f85c2a705774bdd3cecf52ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 May 2021 16:48:24 +0000 Subject: [PATCH] fix(deps): update dependency stylelint-config-standard to v22 --- packages/stylelint-config/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 43c89e13a..dc689d45b 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -36,7 +36,7 @@ "dependencies": { "stylelint-a11y": "^1.2.3", "stylelint-config-rational-order": "^0.1.2", - "stylelint-config-standard": "^21.0.0", + "stylelint-config-standard": "^22.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.3.0", "stylelint-no-unsupported-browser-features": "^4.1.4", "stylelint-order": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index ea2de2db4..98fefed05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13954,17 +13954,17 @@ stylelint-config-rational-order@^0.1.2: stylelint "^9.10.1" stylelint-order "^2.2.1" -stylelint-config-recommended@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz#665a0034065e6704d5032ba51bf4efa37d328ef9" - integrity sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ== +stylelint-config-recommended@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78" + integrity sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA== -stylelint-config-standard@^21.0.0: - version "21.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz#4942cfa27301eb6702fa8fc46a44da35d1a5cfd7" - integrity sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg== +stylelint-config-standard@^22.0.0: + version "22.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz#c860be9a13ebbc1b084456fa10527bf13a44addf" + integrity sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw== dependencies: - stylelint-config-recommended "^4.0.0" + stylelint-config-recommended "^5.0.0" stylelint-declaration-block-no-ignored-properties@^2.3.0: version "2.3.0"