From 35b9f78a8c53f683151f427660ecaf32d470f946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:05:17 +0800 Subject: [PATCH] Update dependency stylelint-stylus to v1 (#737) 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 8e2187d..06eab91 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "js-yaml": "4.1.0", "mocha": "10.2.0", "stylelint": "15.11.0", - "stylelint-stylus": "0.18.0" + "stylelint-stylus": "1.0.0" } }