From 4e57a6fce709345ae759051486192310d14ea881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 16:02:35 +0800 Subject: [PATCH] build(deps): bump eslint-plugin-vue from 7.17.0 to 7.18.0 (#9522) Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.17.0 to 7.18.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.17.0...v7.18.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/vant-eslint-config/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/vant-eslint-config/package.json b/packages/vant-eslint-config/package.json index 8dacf1c28..e0af180cf 100644 --- a/packages/vant-eslint-config/package.json +++ b/packages/vant-eslint-config/package.json @@ -16,7 +16,7 @@ "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.0", "eslint-plugin-markdown": "^2.2.1", - "eslint-plugin-vue": "^7.15.2" + "eslint-plugin-vue": "^7.18.0" }, "devDependencies": { "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index 1534ce95c..452f1d33d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3455,10 +3455,10 @@ eslint-plugin-markdown@^2.2.1: dependencies: mdast-util-from-markdown "^0.8.5" -eslint-plugin-vue@^7.15.2: - version "7.17.0" - resolved "https://registry.nlark.com/eslint-plugin-vue/download/eslint-plugin-vue-7.17.0.tgz?cache=0&sync_timestamp=1630038055171&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.17.0.tgz#41e0bdb5effca5ee26f087f924be987eb41ef573" - integrity sha1-QeC9te/8pe4m8If5JL6YfrQe9XM= +eslint-plugin-vue@^7.18.0: + version "7.18.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.18.0.tgz#02a452142330c7f27c242db21a1b9e25238540f6" + integrity sha512-ceDXlXYMMPMSXw7tdKUR42w9jlzthJGJ3Kvm3YrZ0zuQfvAySNxe8sm6VHuksBW0+060GzYXhHJG6IHVOfF83Q== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"