From 8f8e436955d417230223e12d4a02d4ae850a89e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:21:16 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-css-modules from 2.3.0 to 4.2.0 Bumps [stylelint-config-css-modules](https://github.com/pascalduez/stylelint-config-css-modules) from 2.3.0 to 4.2.0. - [Release notes](https://github.com/pascalduez/stylelint-config-css-modules/releases) - [Changelog](https://github.com/pascalduez/stylelint-config-css-modules/blob/main/CHANGELOG.md) - [Commits](https://github.com/pascalduez/stylelint-config-css-modules/compare/2.3.0...4.2.0) --- updated-dependencies: - dependency-name: stylelint-config-css-modules dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5db7d49..6f131ca 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "prettier-plugin-import-sort": "^0.0.7", "sass": "^1.43.4", "stylelint": "^14.0.1", - "stylelint-config-css-modules": "^2.3.0", + "stylelint-config-css-modules": "^4.2.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "3.0.0", "stylelint-config-recommended-vue": "^1.0.0",