From cf0efc858a8a65a03a820ff49b0eeed5f1435553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:07:33 +0000 Subject: [PATCH] Bump @vue/eslint-config-typescript from 5.0.2 to 8.0.0 Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 5.0.2 to 8.0.0. - [Release notes](https://github.com/vuejs/eslint-config-typescript/releases) - [Commits](https://github.com/vuejs/eslint-config-typescript/compare/v5.0.2...v8.0.0) --- updated-dependencies: - dependency-name: "@vue/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 27efd3c..d5d6a50 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@vue/cli-service": "4.4.6", "@vue/compiler-sfc": "3.0.0-beta.20", "@vue/eslint-config-prettier": "6.0.0", - "@vue/eslint-config-typescript": "5.0.2", + "@vue/eslint-config-typescript": "8.0.0", "@vue/test-utils": "2.0.0-alpha.8", "eslint": "6.8.0", "eslint-plugin-prettier": "3.1.4", diff --git a/yarn.lock b/yarn.lock index 50c553b..f7ee59c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -944,10 +944,10 @@ dependencies: eslint-config-prettier "^6.0.0" -"@vue/eslint-config-typescript@5.0.2": - version "5.0.2" - resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-5.0.2.tgz#c2f3328e70d55d10aeb826f209405397960548c7" - integrity sha512-GEZOHKOnelgQf5npA+6VNuhJZu9xEJaics3SYUyRjaSay+2SCpEINHhEpt6fXoNy/aIFt8CkDlt9CaEb+QPIcg== +"@vue/eslint-config-typescript@8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-8.0.0.tgz#e7a5aa0cdf5f5d59e05f7ea310e8954a49b8fc41" + integrity sha512-8u8Qpg4qfjJoNeRMdHlxif9BcGy4iYSSK4YYW5AFPPRtkBJiCqtoyT72l4F3ZeZII09ax2N6yQeHbQ0CXQi1bA== dependencies: vue-eslint-parser "^7.0.0"