From 519ee237da694bd519b4a5b3a3c0c0313fa393af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 05:20:26 +0000 Subject: [PATCH] [TASK] Update stylelint-no-browser-hacks requirement (#1174) Updates the requirements on [stylelint-no-browser-hacks](https://github.com/Slamdunk/stylelint-no-browser-hacks) to permit the latest version. - [Release notes](https://github.com/Slamdunk/stylelint-no-browser-hacks/releases) - [Commits](https://github.com/Slamdunk/stylelint-no-browser-hacks/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: stylelint-no-browser-hacks dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8efd96f..7c22666 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "prettier": "^3.2.5", "stylelint": "^15.11.0", "stylelint-config-recommended": "^13.0.0", - "stylelint-no-browser-hacks": "^1.2.1" + "stylelint-no-browser-hacks": "^1.3.0" } }