Update dependency eslint-plugin-vue to v7.14.0 (#597)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/597 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
27a9f6c665
commit
a455fb23d1
2 changed files with 11 additions and 11 deletions
|
@ -50,7 +50,7 @@
|
||||||
"cypress": "7.7.0",
|
"cypress": "7.7.0",
|
||||||
"cypress-file-upload": "5.0.8",
|
"cypress-file-upload": "5.0.8",
|
||||||
"eslint": "7.31.0",
|
"eslint": "7.31.0",
|
||||||
"eslint-plugin-vue": "7.13.0",
|
"eslint-plugin-vue": "7.14.0",
|
||||||
"faker": "5.5.3",
|
"faker": "5.5.3",
|
||||||
"jest": "27.0.6",
|
"jest": "27.0.6",
|
||||||
"sass-loader": "10.2.0",
|
"sass-loader": "10.2.0",
|
||||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -6173,15 +6173,15 @@ eslint-loader@^2.2.1:
|
||||||
object-hash "^1.1.4"
|
object-hash "^1.1.4"
|
||||||
rimraf "^2.6.1"
|
rimraf "^2.6.1"
|
||||||
|
|
||||||
eslint-plugin-vue@7.13.0:
|
eslint-plugin-vue@7.14.0:
|
||||||
version "7.13.0"
|
version "7.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.13.0.tgz#6f3d232bf1fcd0428353b0d581ebaca1c5dbc17a"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.14.0.tgz#8c00f211064bd2708fc1aa4abd0592538fbb2cb1"
|
||||||
integrity sha512-u0+jL8h2MshRuMTCLslktxRsPTjlENNcNufhgHu01N982DmHVdeFniyMPoVLLRjACQOwdz3FdlsgYGBMBG+AKg==
|
integrity sha512-IW5A2Td0wEWjFGaGVEO24JNXa8cVFzAQTXrYv/Vu3zyDVS9sjwOpZY0iqub7FOkT2AK3Imtw4U4wg48pP9oWww==
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint-utils "^2.1.0"
|
eslint-utils "^2.1.0"
|
||||||
natural-compare "^1.4.0"
|
natural-compare "^1.4.0"
|
||||||
semver "^7.3.2"
|
semver "^6.3.0"
|
||||||
vue-eslint-parser "^7.8.0"
|
vue-eslint-parser "^7.9.0"
|
||||||
|
|
||||||
eslint-scope@^4.0.3:
|
eslint-scope@^4.0.3:
|
||||||
version "4.0.3"
|
version "4.0.3"
|
||||||
|
@ -13507,10 +13507,10 @@ vue-easymde@1.4.0:
|
||||||
easymde "^2.14.0"
|
easymde "^2.14.0"
|
||||||
marked "^2.0.1"
|
marked "^2.0.1"
|
||||||
|
|
||||||
vue-eslint-parser@^7.8.0:
|
vue-eslint-parser@^7.9.0:
|
||||||
version "7.8.0"
|
version "7.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.8.0.tgz#43850bf856c9a69d62c0e12769609c338423684b"
|
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.9.0.tgz#5eeedc71f22ebc7b18b957d1ab171acf29a41e64"
|
||||||
integrity sha512-ehmmrLZNYLUoKayvVW8l8HyPQIfuYZHiJoQLRP3dapDlTU7bGs4tqIKVGdAEpMuXS/b4R/PImCt7Tkj4UhX1SQ==
|
integrity sha512-QBlhZ5LteDRVy2dISfQhNEmmcqph+GTaD4SH41bYzXcVHFPJ9p34zCG6QAqOZVa8PKaVgbomFnoZpGJRZi14vg==
|
||||||
dependencies:
|
dependencies:
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
eslint-scope "^5.1.1"
|
eslint-scope "^5.1.1"
|
||||||
|
|
Loading…
Reference in a new issue