From 6e7cec1db43011da7341c677cfbd13fdfbc70c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 06:31:31 +0000 Subject: [PATCH] Bump stylelint-config-recommended from 6.0.0 to 8.0.0 Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 6.0.0 to 8.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/6.0.0...8.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 a7a8123..3c3e0a7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lodash": "^4.17.19", "postcss": "^8.4.5", "stylelint": "^14.2.0", - "stylelint-config-recommended": "^6.0.0", + "stylelint-config-recommended": "^8.0.0", "tailwindcss": "^3.0.8" } }