From 27cca1e4e2561855602263348fa2652e99674cd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 03:09:54 +0000 Subject: [PATCH] Update dependency eslint-plugin-vue to v9.11.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3230cbd..c11016c7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "8.38.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-vue": "9.10.0", + "eslint-plugin-vue": "9.11.0", "prettier": "2.8.7", "unocss": "0.51.4", "vite": "4.2.1", diff --git a/yarn.lock b/yarn.lock index 52ad0406..2b8124b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3149,10 +3149,10 @@ eslint-plugin-prettier@4.2.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@9.10.0: - version "9.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.10.0.tgz#bb6423166e6eab800344245b6eef6ce9480c78a7" - integrity sha512-2MgP31OBf8YilUvtakdVMc8xVbcMp7z7/iQj8LHVpXrSXHPXSJRUIGSPFI6b6pyCx/buKaFJ45ycqfHvQRiW2g== +eslint-plugin-vue@9.11.0: + version "9.11.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.11.0.tgz#99a247455c02181f24d9240d422380fd16dd630c" + integrity sha512-bBCJAZnkBV7ATH4Z1E7CvN3nmtS4H7QUU3UBxPdo8WohRU+yHjnQRALpTbxMVcz0e4Mx3IyxIdP5HYODMxK9cQ== dependencies: "@eslint-community/eslint-utils" "^4.3.0" natural-compare "^1.4.0"