From e74bca0f884b6db0493ada1cf5364dc37ea3c159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 05:24:40 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 14.16.1 to 15.1.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.1 to 15.1.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.1.0) --- updated-dependencies: - dependency-name: stylelint 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..87f95e4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "postcss": "^8.4.14", "postcss-html": "^1.4.1", "prettier": "^2.6.2", - "stylelint": "^14.8.3", + "stylelint": "^15.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "^3.0.0", "stylelint-config-recommended": "^8.0.0",