Skip to content

Commit a18a56a

Browse files
Bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.12.0 (#90)
1 parent 3cd2a88 commit a18a56a

2 files changed

Lines changed: 28 additions & 6 deletions

File tree

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.11.0",
42+
"@typescript-eslint/eslint-plugin": "^2.12.0",
4343
"@typescript-eslint/parser": "^2.11.0",
4444
"babel-plugin-htmlbars-inline-precompile": "^3.0.1",
4545
"chalk": "^3.0.0",

yarn.lock

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

1109-
"@typescript-eslint/eslint-plugin@^2.11.0":
1110-
version "2.11.0"
1111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.11.0.tgz#4477c33491ccf0a9a3f4a30ef84978fa0ea0cad2"
1112-
integrity sha512-G2HHA1vpMN0EEbUuWubiCCfd0R3a30BB+UdvnFkxwZIxYEGOrWEXDv8tBFO9f44CWc47Xv9lLM3VSn4ORLI2bA==
1109+
"@typescript-eslint/eslint-plugin@^2.12.0":
1110+
version "2.12.0"
1111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.12.0.tgz#0da7cbca7b24f4c6919e9eb31c704bfb126f90ad"
1112+
integrity sha512-1t4r9rpLuEwl3hgt90jY18wJHSyb0E3orVL3DaqwmpiSDHmHiSspVsvsFF78BJ/3NNG3qmeso836jpuBWYziAA==
11131113
dependencies:
1114-
"@typescript-eslint/experimental-utils" "2.11.0"
1114+
"@typescript-eslint/experimental-utils" "2.12.0"
11151115
eslint-utils "^1.4.3"
11161116
functional-red-black-tree "^1.0.1"
11171117
regexpp "^3.0.0"
@@ -1126,6 +1126,15 @@
11261126
"@typescript-eslint/typescript-estree" "2.11.0"
11271127
eslint-scope "^5.0.0"
11281128

1129+
"@typescript-eslint/[email protected]":
1130+
version "2.12.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.12.0.tgz#e0a76ffb6293e058748408a191921e453c31d40d"
1132+
integrity sha512-jv4gYpw5N5BrWF3ntROvCuLe1IjRenLy5+U57J24NbPGwZFAjhnM45qpq0nDH1y/AZMb3Br25YiNVwyPbz6RkA==
1133+
dependencies:
1134+
"@types/json-schema" "^7.0.3"
1135+
"@typescript-eslint/typescript-estree" "2.12.0"
1136+
eslint-scope "^5.0.0"
1137+
11291138
"@typescript-eslint/parser@^2.11.0":
11301139
version "2.11.0"
11311140
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.11.0.tgz#cdcc3be73ee31cbef089af5ff97ccaa380ef6e8b"
@@ -1149,6 +1158,19 @@
11491158
semver "^6.3.0"
11501159
tsutils "^3.17.1"
11511160

1161+
"@typescript-eslint/[email protected]":
1162+
version "2.12.0"
1163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.12.0.tgz#bd9e547ccffd17dfab0c3ab0947c80c8e2eb914c"
1164+
integrity sha512-rGehVfjHEn8Frh9UW02ZZIfJs6SIIxIu/K1bbci8rFfDE/1lQ8krIJy5OXOV3DVnNdDPtoiPOdEANkLMrwXbiQ==
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.unescape "4.0.1"
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)