From 12401bd26f99546796010e899b313e43319379e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:15:33 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v16.13.1 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ce44ac..8f96896 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: - id: stylelint args: [--formatter=github] additional_dependencies: - - stylelint@16.13.0 + - stylelint@16.13.1 - stylelint-config-prettier@9.0.5 - stylelint-prettier@5.0.2 - prettier@3.4.2