From 500fb337dc4243b72e15b71220a9ecf36a4a7bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 13:40:36 +0100 Subject: [PATCH] chore(deps-dev): bump stylelint-config-standard-scss from 8.0.0 to 9.0.0 (#377) Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard-scss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb981e96..45882ae1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "prettier": "^2.8.4", "sass": "^1.59.2", "stylelint": "^15.2.0", - "stylelint-config-standard-scss": "^8.0.0", + "stylelint-config-standard-scss": "^9.0.0", "stylelint-scss": "^4.4.0", "vite": "4.3.5", "vite-plugin-checker": "^0.5.6",