Skip to content

Commit a9b59fd

Browse files
Bump eslint-plugin-vue from 7.4.1 to 7.5.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.4.1 to 7.5.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](vuejs/eslint-plugin-vue@v7.4.1...v7.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 3f27dda commit a9b59fd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-react": "^7.21.5",
6767
"eslint-plugin-react-hooks": "^4.2.0",
6868
"eslint-plugin-standard": "^5.0.0",
69-
"eslint-plugin-vue": "^7.1.0",
69+
"eslint-plugin-vue": "^7.5.0",
7070
"jest": "^26.1.0",
7171
"jest-watch-typeahead": "^0.6.0",
7272
"prettier": "^2.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,15 +2474,15 @@ eslint-plugin-standard@^5.0.0:
24742474
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
24752475
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
24762476

2477-
eslint-plugin-vue@^7.1.0:
2478-
version "7.4.1"
2479-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.4.1.tgz#2526ef0c010c218824a89423dbe6ddbe76f04fd6"
2480-
integrity sha512-W/xPNHYIkGJphLUM2UIYYGKbRw3BcDoMIPY9lu1TTa2YLiZoxurddfnmOP+UOVywxb5vi438ejzwvKdZqydtIw==
2477+
eslint-plugin-vue@^7.5.0:
2478+
version "7.5.0"
2479+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.5.0.tgz#cc6d983eb22781fa2440a7573cf39af439bb5725"
2480+
integrity sha512-QnMMTcyV8PLxBz7QQNAwISSEs6LYk2LJvGlxalXvpCtfKnqo7qcY0aZTIxPe8QOnHd7WCwiMZLOJzg6A03T0Gw==
24812481
dependencies:
24822482
eslint-utils "^2.1.0"
24832483
natural-compare "^1.4.0"
24842484
semver "^7.3.2"
2485-
vue-eslint-parser "^7.3.0"
2485+
vue-eslint-parser "^7.4.1"
24862486

24872487
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
24882488
version "5.1.1"
@@ -5714,10 +5714,10 @@ [email protected]:
57145714
core-util-is "1.0.2"
57155715
extsprintf "^1.2.0"
57165716

5717-
vue-eslint-parser@^7.3.0:
5718-
version "7.3.0"
5719-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.3.0.tgz#894085839d99d81296fa081d19643733f23d7559"
5720-
integrity sha512-n5PJKZbyspD0+8LnaZgpEvNCrjQx1DyDHw8JdWwoxhhC+yRip4TAvSDpXGf9SWX6b0umeB5aR61gwUo6NVvFxw==
5717+
vue-eslint-parser@^7.4.1:
5718+
version "7.4.1"
5719+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.4.1.tgz#e4adcf7876a7379758d9056a72235af18a587f92"
5720+
integrity sha512-AFvhdxpFvliYq1xt/biNBslTHE/zbEvSnr1qfHA/KxRIpErmEDrQZlQnvEexednRHmLfDNOMuDYwZL5xkLzIXQ==
57215721
dependencies:
57225722
debug "^4.1.1"
57235723
eslint-scope "^5.0.0"

0 commit comments

Comments
 (0)