From 40c919fa8fe6b94ce38d5f4b91ddb663b7965437 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 24 Nov 2022 04:39:54 +0000 Subject: [PATCH] Build(deps-dev): bump eslint-plugin-vue from 9.7.0 to 9.8.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.7.0 to 9.8.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.7.0...v9.8.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c68c301..8c4591a 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.7.0", + "eslint-plugin-vue": "^9.8.0", "husky": "^8.0.2", "postcss-html": "^1.5.0", "prettier": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index fa3aaf5..d646a7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6838,10 +6838,10 @@ eslint-plugin-unicorn@^44.0.2: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0: - version "9.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.7.0.tgz#d391b9864f128ea2d1ee4dabeafb5f7c0cea981f" - integrity sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw== +eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0, eslint-plugin-vue@^9.8.0: + version "9.8.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz#91de2aabbee8cdbef078ccd4f650a9ecfa445f4f" + integrity sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"