Skip to content

Commit 1b89c44

Browse files
committed
ci: fix missing package error by adding eslint-plugin-vue
1 parent ce3e2d4 commit 1b89c44

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@
4545
"devDependencies": {
4646
"@vue/conventional-changelog": "^0.1.1",
4747
"babel-core": "7.0.0-bridge.0",
48+
"babel-eslint": "^10.0.1",
4849
"conventional-changelog": "^1.1.24",
4950
"debug": "^3.1.0",
5051
"eslint": "^5.0.0",
5152
"eslint-plugin-graphql": "^2.1.1",
5253
"eslint-plugin-node": "^6.0.1",
54+
"eslint-plugin-vue": "^5.0.0-0",
5355
"eslint-plugin-vue-libs": "^2.1.0",
5456
"execa": "^1.0.0",
5557
"globby": "^8.0.1",
@@ -77,8 +79,5 @@
7779
"vue": "2.5.17",
7880
"vue-template-compiler": "2.5.17",
7981
"vue-server-renderer": "2.5.17"
80-
},
81-
"dependencies": {
82-
"babel-eslint": "^10.0.1"
8382
}
8483
}

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6239,6 +6239,13 @@ eslint-plugin-vue@^4.7.1:
62396239
dependencies:
62406240
vue-eslint-parser "^2.0.3"
62416241

6242+
eslint-plugin-vue@^5.0.0-0:
6243+
version "5.0.0-beta.5"
6244+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.0.0-beta.5.tgz#d478abfcea7eaa98cbe28eedec4aea0e596fbdb2"
6245+
integrity sha512-ETVqyctk0cta99tTi3NjDDGyJiQZTHlf6J7fl6Ig58/926U2tjzU3T0A/c6/jkiTw1m9yErxLyF+IPnwX7j6bg==
6246+
dependencies:
6247+
vue-eslint-parser "^3.2.1"
6248+
62426249
eslint-restricted-globals@^0.1.1:
62436250
version "0.1.1"
62446251
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"
@@ -6278,7 +6285,7 @@ eslint-visitor-keys@^1.0.0:
62786285
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
62796286
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
62806287

6281-
eslint@^4.16.0, eslint@^4.19.1:
6288+
eslint@^4.19.1:
62826289
version "4.19.1"
62836290
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
62846291
integrity sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==
@@ -6322,7 +6329,7 @@ eslint@^4.16.0, eslint@^4.19.1:
63226329
table "4.0.2"
63236330
text-table "~0.2.0"
63246331

6325-
eslint@^5.8.0:
6332+
eslint@^5.0.0, eslint@^5.8.0:
63266333
version "5.9.0"
63276334
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.9.0.tgz#b234b6d15ef84b5849c6de2af43195a2d59d408e"
63286335
integrity sha512-g4KWpPdqN0nth+goDNICNXGfJF7nNnepthp46CAlJoJtC5K/cLu3NgCM3AHu1CkJ5Hzt9V0Y0PBAO6Ay/gGb+w==
@@ -6379,7 +6386,7 @@ espree@^3.5.2, espree@^3.5.4:
63796386
acorn "^5.5.0"
63806387
acorn-jsx "^3.0.0"
63816388

6382-
espree@^4.0.0:
6389+
espree@^4.0.0, espree@^4.1.0:
63836390
version "4.1.0"
63846391
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
63856392
integrity sha512-I5BycZW6FCVIub93TeVY1s7vjhP9CY6cXCznIRfiig7nRviKZYdRnj/sHEWC6A7WE9RDWOFq9+7OsWSYz8qv2w==
@@ -16023,7 +16030,7 @@ vue-apollo@^3.0.0-beta.25:
1602316030
chalk "^2.4.1"
1602416031
throttle-debounce "^2.0.0"
1602516032

16026-
vue-class-component@^6.2.0:
16033+
vue-class-component@^6.0.0, vue-class-component@^6.2.0:
1602716034
version "6.3.2"
1602816035
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-6.3.2.tgz#e6037e84d1df2af3bde4f455e50ca1b9eec02be6"
1602916036
integrity sha512-cH208IoM+jgZyEf/g7mnFyofwPDJTM/QvBNhYMjqGB8fCsRyTf68rH2ISw/G20tJv+5mIThQ3upKwoL4jLTr1A==
@@ -16102,6 +16109,18 @@ vue-eslint-parser@^2.0.3:
1610216109
esquery "^1.0.0"
1610316110
lodash "^4.17.4"
1610416111

16112+
vue-eslint-parser@^3.2.1:
16113+
version "3.3.0"
16114+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-3.3.0.tgz#06b195d18bb66ac72c6b7f2469b549109a61d72c"
16115+
integrity sha512-gUsSihfwXmSIbxtqq8YT9CBdkqTHj+6ahj+glY6vJSYu0ylMHQ1A9ClC1YkF5YLRs+WShAwJklXfiL8CEZhgog==
16116+
dependencies:
16117+
debug "^4.1.0"
16118+
eslint-scope "^4.0.0"
16119+
eslint-visitor-keys "^1.0.0"
16120+
espree "^4.1.0"
16121+
esquery "^1.0.1"
16122+
lodash "^4.17.11"
16123+
1610516124
vue-hot-reload-api@^2.3.0:
1610616125
version "2.3.1"
1610716126
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.1.tgz#b2d3d95402a811602380783ea4f566eb875569a2"

0 commit comments

Comments
 (0)