From 78dcd9807ea90a6899dc25845583f06555b3537f Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Fri, 7 Jun 2024 12:54:25 +0000 Subject: [PATCH] Update Stylelint dev dependency to v16.6.0 Release Notes for each updated version: - https://github.com/stylelint/stylelint/releases/tag/16.2.0 - https://github.com/stylelint/stylelint/releases/tag/16.2.1 - https://github.com/stylelint/stylelint/releases/tag/16.3.0 - https://github.com/stylelint/stylelint/releases/tag/16.3.1 - https://github.com/stylelint/stylelint/releases/tag/16.4.0 - https://github.com/stylelint/stylelint/releases/tag/16.5.0 - https://github.com/stylelint/stylelint/releases/tag/16.6.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4a776d..cc49697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "stylelint-order": "^6.0.4" }, "devDependencies": { - "stylelint": "^16.1.0" + "stylelint": "^16.6.0" }, "engines": { "node": ">=18.12.0" diff --git a/package.json b/package.json index da9d02a..8dada05 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "stylelint-order": "^6.0.4" }, "devDependencies": { - "stylelint": "^16.1.0" + "stylelint": "^16.6.0" }, "peerDependencies": { "stylelint": ">=16.1"