Skip to content

Commit 3ee156e

Browse files
Bump @typescript-eslint/parser from 2.15.0 to 2.16.0 (#111)
1 parent d9d2248 commit 3ee156e

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/chalk": "^2.2.0",
4141
"@types/common-tags": "^1.8.0",
4242
"@typescript-eslint/eslint-plugin": "^2.15.0",
43-
"@typescript-eslint/parser": "^2.15.0",
43+
"@typescript-eslint/parser": "^2.16.0",
4444
"babel-plugin-htmlbars-inline-precompile": "^3.0.1",
4545
"chalk": "^3.0.0",
4646
"common-tags": "^1.8.0",

yarn.lock

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,14 +1126,23 @@
11261126
"@typescript-eslint/typescript-estree" "2.15.0"
11271127
eslint-scope "^5.0.0"
11281128

1129-
"@typescript-eslint/parser@^2.15.0":
1130-
version "2.15.0"
1131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.15.0.tgz#379a71a51b0429bc3bc55c5f8aab831bf607e411"
1132-
integrity sha512-6iSgQsqAYTaHw59t0tdjzZJluRAjswdGltzKEdLtcJOxR2UVTPHYvZRqkAVGCkaMVb6Fpa60NnuozNCvsSpA9g==
1129+
"@typescript-eslint/experimental-utils@2.16.0":
1130+
version "2.16.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.16.0.tgz#bba65685728c532e0ddc811a0376e8d38e671f77"
1132+
integrity sha512-bXTmAztXpqxliDKZgvWkl+5dHeRN+jqXVZ16peKKFzSXVzT6mz8kgBpHiVzEKO2NZ8OCU7dG61K9sRS/SkUUFQ==
1133+
dependencies:
1134+
"@types/json-schema" "^7.0.3"
1135+
"@typescript-eslint/typescript-estree" "2.16.0"
1136+
eslint-scope "^5.0.0"
1137+
1138+
"@typescript-eslint/parser@^2.16.0":
1139+
version "2.16.0"
1140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.16.0.tgz#d0c0135a8fdb915f670802ddd7c1ba457c1b4f9d"
1141+
integrity sha512-+w8dMaYETM9v6il1yYYkApMSiwgnqXWJbXrA94LAWN603vXHACsZTirJduyeBOJjA9wT6xuXe5zZ1iCUzoxCfw==
11331142
dependencies:
11341143
"@types/eslint-visitor-keys" "^1.0.0"
1135-
"@typescript-eslint/experimental-utils" "2.15.0"
1136-
"@typescript-eslint/typescript-estree" "2.15.0"
1144+
"@typescript-eslint/experimental-utils" "2.16.0"
1145+
"@typescript-eslint/typescript-estree" "2.16.0"
11371146
eslint-visitor-keys "^1.1.0"
11381147

11391148
"@typescript-eslint/typescript-estree@2.15.0":
@@ -1149,6 +1158,19 @@
11491158
semver "^6.3.0"
11501159
tsutils "^3.17.1"
11511160

1161+
"@typescript-eslint/typescript-estree@2.16.0":
1162+
version "2.16.0"
1163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.16.0.tgz#b444943a76c716ed32abd08cbe96172d2ca0ab75"
1164+
integrity sha512-hyrCYjFHISos68Bk5KjUAXw0pP/455qq9nxqB1KkT67Pxjcfw+r6Yhcmqnp8etFL45UexCHUMrADHH7dI/m2WQ==
1165+
dependencies:
1166+
debug "^4.1.1"
1167+
eslint-visitor-keys "^1.1.0"
1168+
glob "^7.1.6"
1169+
is-glob "^4.0.1"
1170+
lodash "^4.17.15"
1171+
semver "^6.3.0"
1172+
tsutils "^3.17.1"
1173+
11521174
abab@^2.0.0:
11531175
version "2.0.2"
11541176
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"

0 commit comments

Comments
 (0)