Skip to content

Commit 73c6af2

Browse files
ni00ysfscream
authored andcommitted
fix(deps): add missing vue-eslint-parser to devDependencies
1 parent d7426fd commit 73c6af2

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"typeorm-uml": "^1.6.4",
141141
"typescript": "^4.9.5",
142142
"vue-cli-plugin-electron-builder": "^2.1.1",
143+
"vue-eslint-parser": "^7.0.0",
143144
"vue-template-compiler": "^2.6.12"
144145
},
145146
"browserslist": [
@@ -162,4 +163,4 @@
162163
"electron-builder": "23.6.0",
163164
"webpack": "4.47.0"
164165
}
165-
}
166+
}

yarn.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5777,7 +5777,7 @@ eslint-scope@^4.0.3:
57775777
esrecurse "^4.1.0"
57785778
estraverse "^4.1.1"
57795779

5780-
eslint-scope@^5.0.0:
5780+
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
57815781
version "5.1.1"
57825782
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
57835783
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -5847,7 +5847,7 @@ eslint@6.5.1:
58475847
text-table "^0.2.0"
58485848
v8-compile-cache "^2.0.3"
58495849

5850-
espree@^6.1.1:
5850+
espree@^6.1.1, espree@^6.2.1:
58515851
version "6.2.1"
58525852
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"
58535853
integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==
@@ -5868,6 +5868,13 @@ esquery@^1.0.1:
58685868
dependencies:
58695869
estraverse "^5.1.0"
58705870

5871+
esquery@^1.4.0:
5872+
version "1.6.0"
5873+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
5874+
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
5875+
dependencies:
5876+
estraverse "^5.1.0"
5877+
58715878
esrecurse@^4.1.0, esrecurse@^4.3.0:
58725879
version "4.3.0"
58735880
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -13678,6 +13685,19 @@ vue-clipboard2@^0.3.1:
1367813685
dependencies:
1367913686
clipboard "^2.0.0"
1368013687

13688+
vue-eslint-parser@^7.0.0:
13689+
version "7.11.0"
13690+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz#214b5dea961007fcffb2ee65b8912307628d0daf"
13691+
integrity sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==
13692+
dependencies:
13693+
debug "^4.1.1"
13694+
eslint-scope "^5.1.1"
13695+
eslint-visitor-keys "^1.1.0"
13696+
espree "^6.2.1"
13697+
esquery "^1.4.0"
13698+
lodash "^4.17.21"
13699+
semver "^6.3.0"
13700+
1368113701
vue-hot-reload-api@^2.3.0:
1368213702
version "2.3.4"
1368313703
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)