From ac19b859857530494296c604964fc595144ea78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 05:23:42 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 14.16.1 to 15.2.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.1 to 15.2.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.2.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..e419067 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.2.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "^3.0.0", "stylelint-config-recommended": "^8.0.0",