From 2c2fa4eee7ee8803f916d7d5331334aebd822b29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:38:31 +0300 Subject: [PATCH] fix(deps): update dependency stylelint to v15.8.0 (#46) --- 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 2e255ab..79c220d 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.7.0", + "stylelint": "15.8.0", "stylelint-config-recommended-scss": "12.0.0", "stylelint-config-standard": "33.0.0", "stylelint-order": "6.0.3",