From 37adaf3d511dc37605833615034da9f3c788109a Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 6 Sep 2022 15:03:17 +0000 Subject: [PATCH] chore(deps): update dependency @vue/eslint-config-typescript to v11.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b9dd25f27..0819e1d7a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@typescript-eslint/parser": "5.36.2", "@vitejs/plugin-legacy": "2.1.0", "@vitejs/plugin-vue": "3.1.0", - "@vue/eslint-config-typescript": "11.0.0", + "@vue/eslint-config-typescript": "11.0.1", "@vue/test-utils": "2.0.2", "@vue/tsconfig": "0.1.3", "autoprefixer": "10.4.8", diff --git a/yarn.lock b/yarn.lock index 48ef7d7f8..a3ee46b2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2774,10 +2774,10 @@ resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.2.1.tgz#6f2948ff002ec46df01420dfeff91de16c5b4092" integrity sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ== -"@vue/eslint-config-typescript@11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-11.0.0.tgz#bac0cb2d381625b5bf568d2025acffc0fd09113e" - integrity sha512-txuRzxnQVmtUvvy9UyWUy9sHWXNeRPGmSPqP53hRtaiUeCTAondI9Ho9GQYI/8/eWljYOST7iA4Aa8sANBkWaA== +"@vue/eslint-config-typescript@11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-11.0.1.tgz#d79b3656aecea844ec9875bc93155163f684dde7" + integrity sha512-0U+nL0nA7ahnGPk3rTN49x76miUwuQtQPQNWOFvAcjg6nFJkIkA8qbGNtXwsuHtwBwRtWpHhShL3zK07v+632w== dependencies: "@typescript-eslint/eslint-plugin" "^5.0.0" "@typescript-eslint/parser" "^5.0.0" -- 2.40.1