Skip to content

Commit 086d8e4

Browse files
Bump @typescript-eslint/eslint-plugin from 2.15.0 to 2.16.0 (#110)
1 parent 4fe7a1d commit 086d8e4

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

package.json

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

yarn.lock

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,26 +1106,17 @@
11061106
dependencies:
11071107
"@types/yargs-parser" "*"
11081108

1109-
"@typescript-eslint/eslint-plugin@^2.15.0":
1110-
version "2.15.0"
1111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.15.0.tgz#5442c30b687ffd576ff74cfea46a6d7bfb0ee893"
1112-
integrity sha512-XRJFznI5v4K1WvIrWmjFjBAdQWaUTz4xJEdqR7+wAFsv6Q9dP3mOlE6BMNT3pdlp9eF1+bC5m5LZTmLMqffCVw==
1109+
"@typescript-eslint/eslint-plugin@^2.16.0":
1110+
version "2.16.0"
1111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.16.0.tgz#bf339b7db824c7cc3fd1ebedbc88dd17016471af"
1112+
integrity sha512-TKWbeFAKRPrvKiR9GNxErQ8sELKqg1ZvXi6uho07mcKShBnCnqNpDQWP01FEvWKf0bxM2g7uQEI5MNjSNqvUpQ==
11131113
dependencies:
1114-
"@typescript-eslint/experimental-utils" "2.15.0"
1114+
"@typescript-eslint/experimental-utils" "2.16.0"
11151115
eslint-utils "^1.4.3"
11161116
functional-red-black-tree "^1.0.1"
11171117
regexpp "^3.0.0"
11181118
tsutils "^3.17.1"
11191119

1120-
"@typescript-eslint/experimental-utils@2.15.0":
1121-
version "2.15.0"
1122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.15.0.tgz#41e35313bfaef91650ddb5380846d1c78a780070"
1123-
integrity sha512-Qkxu5zndY5hqlcQkmA88gfLvqQulMpX/TN91XC7OuXsRf4XG5xLGie0sbpX97o/oeccjeZYRMipIsjKk/tjDHA==
1124-
dependencies:
1125-
"@types/json-schema" "^7.0.3"
1126-
"@typescript-eslint/typescript-estree" "2.15.0"
1127-
eslint-scope "^5.0.0"
1128-
11291120
"@typescript-eslint/experimental-utils@2.16.0":
11301121
version "2.16.0"
11311122
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.16.0.tgz#bba65685728c532e0ddc811a0376e8d38e671f77"
@@ -1145,19 +1136,6 @@
11451136
"@typescript-eslint/typescript-estree" "2.16.0"
11461137
eslint-visitor-keys "^1.1.0"
11471138

1148-
"@typescript-eslint/typescript-estree@2.15.0":
1149-
version "2.15.0"
1150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.15.0.tgz#79ae52eed8701b164d91e968a65d85a9105e76d3"
1151-
integrity sha512-L6Pog+w3VZzXkAdyqA0VlwybF8WcwZX+mufso86CMxSdWmcizJ38lgBdpqTbc9bo92iyi0rOvmATKiwl+amjxg==
1152-
dependencies:
1153-
debug "^4.1.1"
1154-
eslint-visitor-keys "^1.1.0"
1155-
glob "^7.1.6"
1156-
is-glob "^4.0.1"
1157-
lodash.unescape "4.0.1"
1158-
semver "^6.3.0"
1159-
tsutils "^3.17.1"
1160-
11611139
"@typescript-eslint/typescript-estree@2.16.0":
11621140
version "2.16.0"
11631141
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.16.0.tgz#b444943a76c716ed32abd08cbe96172d2ca0ab75"
@@ -4399,11 +4377,6 @@ lodash.sortby@^4.7.0:
43994377
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
44004378
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
44014379

4402-
lodash.unescape@4.0.1:
4403-
version "4.0.1"
4404-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
4405-
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
4406-
44074380
lodash.uniq@^4.5.0:
44084381
version "4.5.0"
44094382
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"

0 commit comments

Comments
 (0)