From 21b9400e3e05edcac4d67efc8af2f0882aa81653 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:09:50 +0000 Subject: [PATCH] Update dependency stylelint to v16 (#70) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6287d59..46ee21e 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "prettier": "^3.1.1", "sass": "^1.69.6", "sass-loader": "^13.3.3", - "stylelint": "^15.11.0", + "stylelint": "^16.1.0", "stylelint-config-sass-guidelines": "^11.0.0", "terser-webpack-plugin": "^5.3.10", "ts-loader": "^9.5.1",