From a87b548be407a3d71e29379c27c2cea4379f9b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 18:11:37 +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 2.6.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_v2.6.1/eslint/eslint-config) --- updated-dependencies: - dependency-name: "@rushstack/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... 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 33187691..b5589459 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": "0.0.0", - "@rushstack/eslint-config": "~2.5.1", + "@rushstack/eslint-config": "~2.6.1", "@types/jest": "^27.0.3", "@vue/server-renderer": "^3.0.11", "babel-jest": "^27.4.5",