From 0fbb2754e769d308af1aacdc88ae9779d9ded3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:00:39 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 14.16.1 to 15.0.0 (#350) Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.1 to 15.0.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.16.1...15.0.0) --- updated-dependencies: - dependency-name: stylelint 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 df982e75..a3037614 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "husky": "^8.0.2", "prettier": "^2.8.1", "sass": "^1.57.1", - "stylelint": "^14.16.0", + "stylelint": "^15.0.0", "stylelint-config-prettier-scss": "^0.0.1", "stylelint-config-standard-scss": "^6.1.0", "vite": "4.1.1"