From a575fe4659eef5b466b5edafb16452e23d2a1cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:57:38 +0000 Subject: [PATCH] build(deps-dev): bump @rushstack/eslint-config in /packages/vue3-ssr Bumps [@rushstack/eslint-config](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-config) from 2.5.4 to 3.2.0. - [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.2.0/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/vue3-ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue3-ssr/package.json b/packages/vue3-ssr/package.json index 0a6885c9..a3fc9cf6 100644 --- a/packages/vue3-ssr/package.json +++ b/packages/vue3-ssr/package.json @@ -10,7 +10,7 @@ "@babel/preset-env": "^7.12.17", "@babel/preset-typescript": "^7.12.17", "@css-render/eslint-config": "workspace:*", - "@rushstack/eslint-config": "~2.5.1", + "@rushstack/eslint-config": "~3.2.0", "@types/jest": "^27.0.3", "@vue/server-renderer": "^3.0.11", "babel-jest": "^27.4.5",