From 2ec6c788deae6987f4afd6d85bb1bea8d43750ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:41:03 +0300 Subject: [PATCH] fix(deps): update dependency stylelint-config-standard to v34 (#56) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/stylelint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 9e23051..0f612c6 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -41,7 +41,7 @@ "dependencies": { "stylelint": "15.10.0", "stylelint-config-recommended-scss": "12.0.0", - "stylelint-config-standard": "33.0.0", + "stylelint-config-standard": "34.0.0", "stylelint-order": "6.0.3", "stylelint-scss": "5.0.1" },