Skip to content

Commit

Permalink
package.json: Explicitly depend on stylelint-config-recommended-scss
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martinpitt committed Jul 10, 2024
1 parent 81f690c commit 76ff58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76ff58e

Please sign in to comment.