diff options
author | Valentin Popov <info@valentineus.link> | 2020-03-26 19:39:09 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-03-26 19:39:09 +0300 |
commit | 3c922848220e0e86145121ab5564b1afce163343 (patch) | |
tree | c8d907209d23fd3ec9c89ad9cb1c8ac904b9ae11 | |
parent | 09caa0dcba54156523309186a5e08e57d30e154d (diff) | |
download | eslint-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.json | 4 | ||||
-rw-r--r-- | yarn.lock | 8 |
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": {} } @@ -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" |