Skip to content

Commit 2606013

Browse files
committed
Update typescript-eslint monorepo to v3.4.0
1 parent e7b2bf6 commit 2606013

File tree

2 files changed

+42
-8
lines changed

2 files changed

+42
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@types/node": "14.0.9",
3737
"@types/passport": "1.0.3",
3838
"commander": "5.1.0",
39-
"@typescript-eslint/eslint-plugin": "3.1.0",
40-
"@typescript-eslint/parser": "3.1.0",
39+
"@typescript-eslint/eslint-plugin": "3.4.0",
40+
"@typescript-eslint/parser": "3.4.0",
4141
"eslint": "6.8.0",
4242
"eslint-config-prettier": "6.11.0",
4343
"eslint-config-standard-with-typescript": "18.0.2",

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -785,12 +785,13 @@
785785
dependencies:
786786
"@types/yargs-parser" "*"
787787

788-
"@typescript-eslint/eslint-plugin@3.1.0":
789-
version "3.1.0"
790-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.1.0.tgz#4ac00ecca3bbea740c577f1843bc54fa69c3def2"
791-
integrity sha512-D52KwdgkjYc+fmTZKW7CZpH5ZBJREJKZXRrveMiRCmlzZ+Rw9wRVJ1JAmHQ9b/+Ehy1ZeaylofDB9wwXUt83wg==
788+
"@typescript-eslint/eslint-plugin@3.4.0":
789+
version "3.4.0"
790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.4.0.tgz#8378062e6be8a1d049259bdbcf27ce5dfbeee62b"
791+
integrity sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ==
792792
dependencies:
793-
"@typescript-eslint/experimental-utils" "3.1.0"
793+
"@typescript-eslint/experimental-utils" "3.4.0"
794+
debug "^4.1.1"
794795
functional-red-black-tree "^1.0.1"
795796
regexpp "^3.0.0"
796797
semver "^7.3.2"
@@ -806,7 +807,27 @@
806807
eslint-scope "^5.0.0"
807808
eslint-utils "^2.0.0"
808809

809-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^3.0.1":
810+
"@typescript-eslint/[email protected]":
811+
version "3.4.0"
812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.4.0.tgz#8a44dfc6fb7f1d071937b390fe27608ebda122b8"
813+
integrity sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw==
814+
dependencies:
815+
"@types/json-schema" "^7.0.3"
816+
"@typescript-eslint/typescript-estree" "3.4.0"
817+
eslint-scope "^5.0.0"
818+
eslint-utils "^2.0.0"
819+
820+
"@typescript-eslint/[email protected]":
821+
version "3.4.0"
822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.4.0.tgz#fe52b68c5cb3bba3f5d875bd17adb70420d49d8d"
823+
integrity sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA==
824+
dependencies:
825+
"@types/eslint-visitor-keys" "^1.0.0"
826+
"@typescript-eslint/experimental-utils" "3.4.0"
827+
"@typescript-eslint/typescript-estree" "3.4.0"
828+
eslint-visitor-keys "^1.1.0"
829+
830+
"@typescript-eslint/parser@^3.0.1":
810831
version "3.1.0"
811832
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.1.0.tgz#9c02ba5d88ad2355672f39e6cd4176f172dd47f8"
812833
integrity sha512-NcDSJK8qTA2tPfyGiPes9HtVKLbksmuYjlgGAUs7Ld2K0swdWibnCq9IJx9kJN8JJdgUJSorFiGaPHBgH81F/Q==
@@ -829,6 +850,19 @@
829850
semver "^7.3.2"
830851
tsutils "^3.17.1"
831852

853+
"@typescript-eslint/[email protected]":
854+
version "3.4.0"
855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.4.0.tgz#6a787eb70b48969e4cd1ea67b057083f96dfee29"
856+
integrity sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw==
857+
dependencies:
858+
debug "^4.1.1"
859+
eslint-visitor-keys "^1.1.0"
860+
glob "^7.1.6"
861+
is-glob "^4.0.1"
862+
lodash "^4.17.15"
863+
semver "^7.3.2"
864+
tsutils "^3.17.1"
865+
832866
abab@^2.0.3:
833867
version "2.0.3"
834868
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)