From 82236c66730f8176a817a2885c2bd0398d0fcef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 04:41:15 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-recommended from 8.0.0 to 9.0.0 Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/8.0.0...9.0.0) --- updated-dependencies: - dependency-name: stylelint-config-recommended 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 f096a6b..d99e2ea 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "stylelint": "^14.8.3", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "^3.0.0", - "stylelint-config-recommended": "^8.0.0", + "stylelint-config-recommended": "^9.0.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^26.0.0", "typescript": "^4.6.4",