From 0dcca1f7e10293793820a9d962ae9c1bf3d19b04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 07:59:06 +0000 Subject: [PATCH] chore(deps): update dependency stylelint-config-standard to v36 --- package.json | 2 +- plugins/experimentation/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b99bfddd..ced3c62c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "sinon": "14.0.2", "stylelint": "14.8.3", "stylelint-config-prettier": "9.0.5", - "stylelint-config-standard": "25.0.0" + "stylelint-config-standard": "36.0.1" }, "lint-staged": { "*.js": "eslint", diff --git a/plugins/experimentation/package.json b/plugins/experimentation/package.json index a394ce06..fc25dd6b 100644 --- a/plugins/experimentation/package.json +++ b/plugins/experimentation/package.json @@ -32,6 +32,6 @@ "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.28.1", "stylelint": "15.10.3", - "stylelint-config-standard": "34.0.0" + "stylelint-config-standard": "36.0.1" } }