From 167bdf35855fbc4764f4abd365016cfab6c1b159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 06:45:13 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-standard from 28.0.0 to 29.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 28.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/28.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 b277584..693b0fd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "stylelint": "^14.13.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.4.0", - "stylelint-config-standard": "^28.0.0", + "stylelint-config-standard": "^29.0.0", "vue-jest": "^3.0.4" } }