Skip to content

Commit 128762b

Browse files
authored
Merge pull request #16 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-2.7.0
Bump @typescript-eslint/parser from 2.6.1 to 2.7.0
2 parents cccb3c8 + 6288726 commit 128762b

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/rimraf": "2.0.3",
6868
"@types/yup": "0.26.24",
6969
"@typescript-eslint/eslint-plugin": "2.6.1",
70-
"@typescript-eslint/parser": "2.6.1",
70+
"@typescript-eslint/parser": "2.7.0",
7171
"camelcase": "5.3.1",
7272
"chalk": "2.4.2",
7373
"commander": "4.0.1",

yarn.lock

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,14 +1010,23 @@
10101010
"@typescript-eslint/typescript-estree" "2.6.1"
10111011
eslint-scope "^5.0.0"
10121012

1013-
"@typescript-eslint/[email protected]":
1014-
version "2.6.1"
1015-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.6.1.tgz#3c00116baa0d696bc334ca18ac5286b34793993c"
1016-
integrity sha512-PDPkUkZ4c7yA+FWqigjwf3ngPUgoLaGjMlFh6TRtbjhqxFBnkElDfckSjm98q9cMr4xRzZ15VrS/xKm6QHYf0w==
1013+
"@typescript-eslint/[email protected]":
1014+
version "2.7.0"
1015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.7.0.tgz#58d790a3884df3041b5a5e08f9e5e6b7c41864b5"
1016+
integrity sha512-9/L/OJh2a5G2ltgBWJpHRfGnt61AgDeH6rsdg59BH0naQseSwR7abwHq3D5/op0KYD/zFT4LS5gGvWcMmegTEg==
1017+
dependencies:
1018+
"@types/json-schema" "^7.0.3"
1019+
"@typescript-eslint/typescript-estree" "2.7.0"
1020+
eslint-scope "^5.0.0"
1021+
1022+
"@typescript-eslint/[email protected]":
1023+
version "2.7.0"
1024+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.7.0.tgz#b5e6a4944e2b68dba1e7fbfd5242e09ff552fd12"
1025+
integrity sha512-ctC0g0ZvYclxMh/xI+tyqP0EC2fAo6KicN9Wm2EIao+8OppLfxji7KAGJosQHSGBj3TcqUrA96AjgXuKa5ob2g==
10171026
dependencies:
10181027
"@types/eslint-visitor-keys" "^1.0.0"
1019-
"@typescript-eslint/experimental-utils" "2.6.1"
1020-
"@typescript-eslint/typescript-estree" "2.6.1"
1028+
"@typescript-eslint/experimental-utils" "2.7.0"
1029+
"@typescript-eslint/typescript-estree" "2.7.0"
10211030
eslint-visitor-keys "^1.1.0"
10221031

10231032
"@typescript-eslint/[email protected]":
@@ -1032,6 +1041,18 @@
10321041
semver "^6.3.0"
10331042
tsutils "^3.17.1"
10341043

1044+
"@typescript-eslint/[email protected]":
1045+
version "2.7.0"
1046+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.7.0.tgz#34fd98c77a07b40d04d5b4203eddd3abeab909f4"
1047+
integrity sha512-vVCE/DY72N4RiJ/2f10PTyYekX2OLaltuSIBqeHYI44GQ940VCYioInIb8jKMrK9u855OEJdFC+HmWAZTnC+Ag==
1048+
dependencies:
1049+
debug "^4.1.1"
1050+
glob "^7.1.4"
1051+
is-glob "^4.0.1"
1052+
lodash.unescape "4.0.1"
1053+
semver "^6.3.0"
1054+
tsutils "^3.17.1"
1055+
10351056
abab@^2.0.0:
10361057
version "2.0.2"
10371058
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"

0 commit comments

Comments
 (0)