From 0ff41278fdcc94e389bea449c3ba96a7dd8b0483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 17:10:44 +0000 Subject: [PATCH] build(deps-dev): bump @rushstack/eslint-config in /packages/css-render Bumps [@rushstack/eslint-config](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-config) from 2.5.4 to 3.1.1. - [Release notes](https://github.com/microsoft/rushstack/releases) - [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-config/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-config_v3.1.1/eslint/eslint-config) --- updated-dependencies: - dependency-name: "@rushstack/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/css-render/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/css-render/package.json b/packages/css-render/package.json index 9a3d3f63..fbe5beea 100644 --- a/packages/css-render/package.json +++ b/packages/css-render/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@css-render/eslint-config": "workspace:*", "@css-render/test-shared": "workspace:*", - "@rushstack/eslint-config": "~2.5.1", + "@rushstack/eslint-config": "~3.1.1", "@types/chai": "^4.2.11", "@types/mocha": "^9.0.0", "@types/sinon": "^10.0.6",