From bb293b6aba514185fcc0c58710985b0346ed3f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 1 Jan 2019 00:13:17 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 5.0.0-beta.3 to 5.0.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.0.0-beta.3 to 5.0.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.0.0-beta.3...v5.0.0) Signed-off-by: dependabot[bot] --- yarn.lock | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 940af7ebc..94a428c17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4790,10 +4790,10 @@ eslint-plugin-import@^2.14.0: resolve "^1.6.0" eslint-plugin-vue@^5.0.0-beta.3: - version "5.0.0-beta.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.0.0-beta.3.tgz#f3fa9f109b76e20fc1e45a71ce7c6d567118924e" + version "5.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.0.0.tgz#4a2cc1c0e71ea45e1bd9c1a60f925bfe68bb5710" dependencies: - vue-eslint-parser "^3.2.1" + vue-eslint-parser "^4.0.2" eslint-restricted-globals@^0.1.1: version "0.1.1" @@ -11794,7 +11794,7 @@ vue-clickaway@^2.2.2: dependencies: loose-envify "^1.2.0" -vue-eslint-parser@^3.2.1, vue-eslint-parser@^3.2.2: +vue-eslint-parser@^3.2.2: version "3.3.0" resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-3.3.0.tgz#06b195d18bb66ac72c6b7f2469b549109a61d72c" dependencies: @@ -11805,6 +11805,17 @@ vue-eslint-parser@^3.2.1, vue-eslint-parser@^3.2.2: esquery "^1.0.1" lodash "^4.17.11" +vue-eslint-parser@^4.0.2: + version "4.0.3" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-4.0.3.tgz#80cf162e484387b2640371ad21ba1f86e0c10a61" + dependencies: + debug "^4.1.0" + eslint-scope "^4.0.0" + eslint-visitor-keys "^1.0.0" + espree "^4.1.0" + esquery "^1.0.1" + lodash "^4.17.11" + vue-functional-data-merge@^2.0.5: version "2.0.7" resolved "https://registry.yarnpkg.com/vue-functional-data-merge/-/vue-functional-data-merge-2.0.7.tgz#bdee655181eacdcb1f96ce95a4cc14e75313d1da"