From 52813a41209e8ca0f27b094f3361eeb3763b7450 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:00:54 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v16 --- package.json | 2 +- plugins/experimentation/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c090c6a..81dc4af6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "husky": "9.1.7", "lint-staged": "12.4.2", "sinon": "14.0.2", - "stylelint": "14.16.1", + "stylelint": "16.12.0", "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "25.0.0" }, diff --git a/plugins/experimentation/package.json b/plugins/experimentation/package.json index 40ecad84..75affd15 100644 --- a/plugins/experimentation/package.json +++ b/plugins/experimentation/package.json @@ -31,7 +31,7 @@ "eslint": "8.48.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.28.1", - "stylelint": "15.11.0", + "stylelint": "16.12.0", "stylelint-config-standard": "34.0.0" } }