From 76ff58e003b4fbd7ae61b1574ad18468ba5eceb8 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 10 Jul 2024 09:41:40 +0200 Subject: [PATCH] package.json: Explicitly depend on stylelint-config-recommended-scss The latest version 14.1.0 does not work with our other stylelint package versions. Pin down the version we've used so far, and let dependabot take care of grouped updates. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ba21a18f..4c94bd33 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "sass": "1.77.6", "sizzle": "2.3.10", "stylelint": "16.6.1", + "stylelint-config-recommended-scss": "14.0.0", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "13.1.0", "stylelint-formatter-pretty": "4.0.0",