From 1486e6f5941b9373ce184755e8a9e1fd0e3e3ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 04:36:36 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-standard from 26.0.0 to 28.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 26.0.0 to 28.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/26.0.0...28.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard 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..da3bcea 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "stylelint-config-recess-order": "^3.0.0", "stylelint-config-recommended": "^8.0.0", "stylelint-config-recommended-vue": "^1.4.0", - "stylelint-config-standard": "^26.0.0", + "stylelint-config-standard": "^28.0.0", "typescript": "^4.6.4", "unplugin-vue-components": "^0.21.1", "vite": "^2.9.9",