aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-03-26 19:39:09 +0300
committerValentin Popov <info@valentineus.link>2020-03-26 19:39:09 +0300
commit3c922848220e0e86145121ab5564b1afce163343 (patch)
treec8d907209d23fd3ec9c89ad9cb1c8ac904b9ae11
parent09caa0dcba54156523309186a5e08e57d30e154d (diff)
downloadeslint-config-3c922848220e0e86145121ab5564b1afce163343.tar.xz
eslint-config-3c922848220e0e86145121ab5564b1afce163343.zip
Updated Vue plugin to v6.2.2
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--package.json4
-rw-r--r--yarn.lock8
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index ac8bae0..13aeba1 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-unicorn": "^18.0.0",
- "eslint-plugin-vue": "^6.2.1",
+ "eslint-plugin-vue": "^6.2.2",
"rollup": "^1.31.1",
"rollup-plugin-terser": "^5.2.0",
"tslib": "^1.10.0",
@@ -36,7 +36,7 @@
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-unicorn": "^18.0.0",
- "eslint-plugin-vue": "^6.1.2"
+ "eslint-plugin-vue": "^6.2.2"
},
"dependencies": {}
}
diff --git a/yarn.lock b/yarn.lock
index 2ce11af..32755eb 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -448,10 +448,10 @@ eslint-plugin-unicorn@^18.0.0:
safe-regex "^2.1.1"
semver "^7.1.3"
-eslint-plugin-vue@^6.2.1:
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.2.1.tgz#ca802df5c33146aed1e56bb21d250c1abb6120a3"
- integrity sha512-MiIDOotoWseIfLIfGeDzF6sDvHkVvGd2JgkvjyHtN3q4RoxdAXrAMuI3SXTOKatljgacKwpNAYShmcKZa4yZzw==
+eslint-plugin-vue@^6.2.2:
+ version "6.2.2"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.2.2.tgz#27fecd9a3a24789b0f111ecdd540a9e56198e0fe"
+ integrity sha512-Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ==
dependencies:
natural-compare "^1.4.0"
semver "^5.6.0"