Skip to content

Commit b0e7ccf

Browse files
committed
Update dependency @typescript-eslint/parser to v3.2.0
1 parent 32626f8 commit b0e7ccf

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/passport": "1.0.3",
3838
"commander": "5.1.0",
3939
"@typescript-eslint/eslint-plugin": "3.1.0",
40-
"@typescript-eslint/parser": "3.1.0",
40+
"@typescript-eslint/parser": "3.2.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: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,27 @@
806806
eslint-scope "^5.0.0"
807807
eslint-utils "^2.0.0"
808808

809-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^3.0.1":
809+
"@typescript-eslint/[email protected]":
810+
version "3.2.0"
811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.2.0.tgz#4dab8fc9f44f059ec073470a81bb4d7d7d51e6c5"
812+
integrity sha512-UbJBsk+xO9dIFKtj16+m42EvUvsjZbbgQ2O5xSTSfVT1Z3yGkL90DVu0Hd3029FZ5/uBgl+F3Vo8FAcEcqc6aQ==
813+
dependencies:
814+
"@types/json-schema" "^7.0.3"
815+
"@typescript-eslint/typescript-estree" "3.2.0"
816+
eslint-scope "^5.0.0"
817+
eslint-utils "^2.0.0"
818+
819+
"@typescript-eslint/[email protected]":
820+
version "3.2.0"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.2.0.tgz#d9d7867456b1b8ecae9e724269b0bc932f06cbca"
822+
integrity sha512-Vhu+wwdevDLVDjK1lIcoD6ZbuOa93fzqszkaO3iCnmrScmKwyW/AGkzc2UvfE5TCoCXqq7Jyt6SOXjsIlpqF4A==
823+
dependencies:
824+
"@types/eslint-visitor-keys" "^1.0.0"
825+
"@typescript-eslint/experimental-utils" "3.2.0"
826+
"@typescript-eslint/typescript-estree" "3.2.0"
827+
eslint-visitor-keys "^1.1.0"
828+
829+
"@typescript-eslint/parser@^3.0.1":
810830
version "3.1.0"
811831
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.1.0.tgz#9c02ba5d88ad2355672f39e6cd4176f172dd47f8"
812832
integrity sha512-NcDSJK8qTA2tPfyGiPes9HtVKLbksmuYjlgGAUs7Ld2K0swdWibnCq9IJx9kJN8JJdgUJSorFiGaPHBgH81F/Q==
@@ -829,6 +849,19 @@
829849
semver "^7.3.2"
830850
tsutils "^3.17.1"
831851

852+
"@typescript-eslint/[email protected]":
853+
version "3.2.0"
854+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.2.0.tgz#c735f1ca6b4d3cd671f30de8c9bde30843e7ead8"
855+
integrity sha512-uh+Y2QO7dxNrdLw7mVnjUqkwO/InxEqwN0wF+Za6eo3coxls9aH9kQ/5rSvW2GcNanebRTmsT5w1/92lAOb1bA==
856+
dependencies:
857+
debug "^4.1.1"
858+
eslint-visitor-keys "^1.1.0"
859+
glob "^7.1.6"
860+
is-glob "^4.0.1"
861+
lodash "^4.17.15"
862+
semver "^7.3.2"
863+
tsutils "^3.17.1"
864+
832865
abab@^2.0.3:
833866
version "2.0.3"
834867
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)