Skip to content

Commit 8d0da6b

Browse files
1 parent 3272cd6 commit 8d0da6b

File tree

2 files changed

+6
-43
lines changed

2 files changed

+6
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/tmp": "0.2.0",
6161
"@types/vscode": "1.44.0",
6262
"@types/xml2js": "^0.4.4",
63-
"@typescript-eslint/eslint-plugin": "^3.9.1",
63+
"@typescript-eslint/eslint-plugin": "^3.10.0",
6464
"@typescript-eslint/parser": "^3.10.0",
6565
"chardet": "^1.2.1",
6666
"dayjs": "^1.8.34",

yarn.lock

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,12 @@
346346
dependencies:
347347
"@types/node" "*"
348348

349-
"@typescript-eslint/eslint-plugin@^3.9.1":
350-
version "3.9.1"
351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"
352-
integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg==
349+
"@typescript-eslint/eslint-plugin@^3.10.0":
350+
version "3.10.0"
351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.0.tgz#40fd53e81639c0d1a515b44e5fdf4c03dfd3cd39"
352+
integrity sha512-Bbeg9JAnSzZ85Y0gpInZscSpifA6SbEgRryaKdP5ZlUjhTKsvZS4GUIE6xAZCjhNTrf4zXXsySo83ZdHL7it0w==
353353
dependencies:
354-
"@typescript-eslint/experimental-utils" "3.9.1"
354+
"@typescript-eslint/experimental-utils" "3.10.0"
355355
debug "^4.1.1"
356356
functional-red-black-tree "^1.0.1"
357357
regexpp "^3.0.0"
@@ -369,17 +369,6 @@
369369
eslint-scope "^5.0.0"
370370
eslint-utils "^2.0.0"
371371

372-
"@typescript-eslint/[email protected]":
373-
version "3.9.1"
374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.1.tgz#b140b2dc7a7554a44f8a86fb6fe7cbfe57ca059e"
375-
integrity sha512-lkiZ8iBBaYoyEKhCkkw4SAeatXyBq9Ece5bZXdLe1LWBUwTszGbmbiqmQbwWA8cSYDnjWXp9eDbXpf9Sn0hLAg==
376-
dependencies:
377-
"@types/json-schema" "^7.0.3"
378-
"@typescript-eslint/types" "3.9.1"
379-
"@typescript-eslint/typescript-estree" "3.9.1"
380-
eslint-scope "^5.0.0"
381-
eslint-utils "^2.0.0"
382-
383372
"@typescript-eslint/parser@^3.10.0":
384373
version "3.10.0"
385374
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.0.tgz#820322d990a82265a78f4c1fc9aae03ce95b76ac"
@@ -396,11 +385,6 @@
396385
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.0.tgz#b81906674eca94a884345ba0bc1aaf6cd4da912a"
397386
integrity sha512-ktUWSa75heQNwH85GRM7qP/UUrXqx9d6yIdw0iLO9/uE1LILW+i+3+B64dUodUS2WFWLzKTlwfi9giqrODibWg==
398387

399-
"@typescript-eslint/[email protected]":
400-
version "3.9.1"
401-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
402-
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
403-
404388
"@typescript-eslint/[email protected]":
405389
version "3.10.0"
406390
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.0.tgz#65df13579a5e53c12afb4f1c5309589e3855a5de"
@@ -415,34 +399,13 @@
415399
semver "^7.3.2"
416400
tsutils "^3.17.1"
417401

418-
"@typescript-eslint/[email protected]":
419-
version "3.9.1"
420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.1.tgz#fd81cada74bc8a7f3a2345b00897acb087935779"
421-
integrity sha512-IqM0gfGxOmIKPhiHW/iyAEXwSVqMmR2wJ9uXHNdFpqVvPaQ3dWg302vW127sBpAiqM9SfHhyS40NKLsoMpN2KA==
422-
dependencies:
423-
"@typescript-eslint/types" "3.9.1"
424-
"@typescript-eslint/visitor-keys" "3.9.1"
425-
debug "^4.1.1"
426-
glob "^7.1.6"
427-
is-glob "^4.0.1"
428-
lodash "^4.17.15"
429-
semver "^7.3.2"
430-
tsutils "^3.17.1"
431-
432402
"@typescript-eslint/[email protected]":
433403
version "3.10.0"
434404
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.0.tgz#6c0cac867e705a42e2c71b359bf6a10a88a28985"
435405
integrity sha512-g4qftk8lWb/rHZe9uEp8oZSvsJhUvR2cfp7F7qE6DyUD2SsovEs8JDQTRP1xHzsD+pERsEpYNqkDgQXW6+ob5A==
436406
dependencies:
437407
eslint-visitor-keys "^1.1.0"
438408

439-
"@typescript-eslint/[email protected]":
440-
version "3.9.1"
441-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"
442-
integrity sha512-zxdtUjeoSh+prCpogswMwVUJfEFmCOjdzK9rpNjNBfm6EyPt99x3RrJoBOGZO23FCt0WPKUCOL5mb/9D5LjdwQ==
443-
dependencies:
444-
eslint-visitor-keys "^1.1.0"
445-
446409
"@webassemblyjs/[email protected]":
447410
version "1.9.0"
448411
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)