From 9061648b241ec84166c3f5245f701403cd3fa862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 02:58:07 +0000 Subject: [PATCH] Bump stylelint from 14.16.1 to 15.2.0 in /client 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] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 8bfabbf..6df0333 100644 --- a/client/package.json +++ b/client/package.json @@ -44,7 +44,7 @@ "lint-staged": "^13.0.3", "prettier": "^2.7.1", "rollup-plugin-visualizer": "^5.8.0", - "stylelint": "^14.11.0", + "stylelint": "^15.2.0", "stylelint-config-css-modules": "^4.1.0", "stylelint-config-recommended": "^9.0.0", "vite-plugin-eslint": "^1.8.1",