From bcdb430b04faf0cb49a0ea67277a4d9be830fef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 02:48:54 +0300 Subject: [PATCH] fix(deps): update dependency stylelint-config-standard to v33 (#22) --- packages/stylelint-config/package.json | 2 +- packages/stylelint-config/yarn.lock | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index d35b8cf..451bc62 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -41,7 +41,7 @@ "dependencies": { "stylelint": "15.6.1", "stylelint-config-recommended-scss": "11.0.0", - "stylelint-config-standard": "32.0.0", + "stylelint-config-standard": "33.0.0", "stylelint-order": "6.0.3", "stylelint-scss": "5.0.0" }, diff --git a/packages/stylelint-config/yarn.lock b/packages/stylelint-config/yarn.lock index 829a0eb..6e0d177 100644 --- a/packages/stylelint-config/yarn.lock +++ b/packages/stylelint-config/yarn.lock @@ -1008,22 +1008,17 @@ stylelint-config-recommended-scss@11.0.0: stylelint-config-recommended "^12.0.0" stylelint-scss "^4.6.0" -stylelint-config-recommended@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-11.0.0.tgz#b1cb7d71bd92f9b8593f93c2ca6df16ed7d61522" - integrity sha512-SoGIHNI748OCZn6BxFYT83ytWoYETCINVHV3LKScVAWQQauWdvmdDqJC5YXWjpBbxg2E761Tg5aUGKLFOVhEkA== - stylelint-config-recommended@^12.0.0: version "12.0.0" resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-12.0.0.tgz#d0993232fca017065fd5acfcb52dd8a188784ef4" integrity sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ== -stylelint-config-standard@32.0.0: - version "32.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-32.0.0.tgz#97179035e967f22a7b7e27f14a74f5d5fc0f0bd6" - integrity sha512-UnGJxYDyYFrIE9CjDMZRkrNh2o4lOtO+MVZ9qG5b8yARfsWho0GMx4YvhHfsv8zKKgHeWX2wfeyxmuoqcaYZ4w== +stylelint-config-standard@33.0.0: + version "33.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-33.0.0.tgz#1f7bb299153a53874073e93829e37a475842f0f9" + integrity sha512-eyxnLWoXImUn77+ODIuW9qXBDNM+ALN68L3wT1lN2oNspZ7D9NVGlNHb2QCUn4xDug6VZLsh0tF8NyoYzkgTzg== dependencies: - stylelint-config-recommended "^11.0.0" + stylelint-config-recommended "^12.0.0" stylelint-order@6.0.3: version "6.0.3"