From 6be8eb5e080c6f486d9b5fe984d235fdfc5347c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:40:29 +0300 Subject: [PATCH] fix(deps): update dependency stylelint to v15.10.0 (#55) 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 79783ff..2aadc4e 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -39,7 +39,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "stylelint": "15.9.0", + "stylelint": "15.10.0", "stylelint-config-recommended-scss": "12.0.0", "stylelint-config-standard": "33.0.0", "stylelint-order": "6.0.3",