From 3e3b541bc0d18f378a5f8379663ba77d3acb54bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 04:39:09 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-standard from 26.0.0 to 29.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 26.0.0 to 29.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...29.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..cd96e6d 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": "^29.0.0", "typescript": "^4.6.4", "unplugin-vue-components": "^0.21.1", "vite": "^2.9.9",