From 6d3d2e37ba1289f6d29aa1b00caaca3072605f66 Mon Sep 17 00:00:00 2001 From: Arnout Boks Date: Fri, 16 Jun 2023 14:40:37 +0200 Subject: [PATCH] Add compatibility with Stylelint 15 Closes #14 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd848dc..0e251fd 100755 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "devDependencies": { "jest": "^29.5.0", "jest-preset-stylelint": "^6.1.0", - "stylelint": "^14.0.0" + "stylelint": "^15.0.0" }, "peerDependencies": { - "stylelint": ">= 9.x < 15" + "stylelint": ">= 9.x < 16" } }