From fde55eb3a7b7d5233e0daddc3447c2ba00d7380e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 13:23:47 +0300 Subject: [PATCH] fix(deps): update dependency stylelint to v15.9.0 (#49) --- 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 7137c7c..a602284 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.8.0", + "stylelint": "15.9.0", "stylelint-config-recommended-scss": "12.0.0", "stylelint-config-standard": "33.0.0", "stylelint-order": "6.0.3",