Skip to content

Commit f76beca

Browse files
committed
chore(deps): update @typescript-eslint/eslint-plugin to v1.5.0
1 parent ba46de6 commit f76beca

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@types/ora": "3.1.0",
8282
"@types/prettyjson": "0.0.28",
8383
"@types/yargs": "12.0.10",
84-
"@typescript-eslint/eslint-plugin": "1.4.2",
84+
"@typescript-eslint/eslint-plugin": "1.5.0",
8585
"@wkovacs64/eslint-config-ts": "2.0.0",
8686
"babel-jest": "24.5.0",
8787
"codecov": "3.2.0",

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1303,22 +1303,22 @@
13031303
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.9.tgz#693e76a52f61a2f1e7fb48c0eef167b95ea4ffd0"
13041304
integrity sha512-sCZy4SxP9rN2w30Hlmg5dtdRwgYQfYRiLo9usw8X9cxlf+H4FqM1xX7+sNH7NNKVdbXMJWqva7iyy+fxh/V7fA==
13051305

1306-
"@typescript-eslint/eslint-plugin@1.4.2":
1307-
version "1.4.2"
1308-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.4.2.tgz#370bc32022d1cc884a5dcf62624ef2024182769d"
1309-
integrity sha512-6WInypy/cK4rM1dirKbD5p7iFW28DbSRKT/+PGn+DYzBWEvHq5KnZAqQ5cX25JBc0qMkFxJNxNfBbFXJyyzVcw==
1306+
"@typescript-eslint/eslint-plugin@1.5.0":
1307+
version "1.5.0"
1308+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.5.0.tgz#85c509bcfc2eb35f37958fa677379c80b7a8f66f"
1309+
integrity sha512-TZ5HRDFz6CswqBUviPX8EfS+iOoGbclYroZKT3GWGYiGScX0qo6QjHc5uuM7JN920voP2zgCkHgF5SDEVlCtjQ==
13101310
dependencies:
1311-
"@typescript-eslint/parser" "1.4.2"
1312-
"@typescript-eslint/typescript-estree" "1.4.2"
1311+
"@typescript-eslint/parser" "1.5.0"
1312+
"@typescript-eslint/typescript-estree" "1.5.0"
13131313
requireindex "^1.2.0"
13141314
tsutils "^3.7.0"
13151315

1316-
"@typescript-eslint/parser@1.4.2":
1317-
version "1.4.2"
1318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.4.2.tgz#acfdee2019958a41d308d768e53ded975ef90ce8"
1319-
integrity sha512-OqLkY9295DXXaWToItUv3olO2//rmzh6Th6Sc7YjFFEpEuennsm5zhygLLvHZjPxPlzrQgE8UDaOPurDylaUuw==
1316+
"@typescript-eslint/parser@1.5.0":
1317+
version "1.5.0"
1318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.5.0.tgz#a96114d195dff2a49534e4c4850fb676f905a072"
1319+
integrity sha512-pRWTnJrnxuT0ragdY26hZL+bxqDd4liMlftpH2CBlMPryOIOb1J+MdZuw6R4tIu6bWVdwbHKPTs+Q34LuGvfGw==
13201320
dependencies:
1321-
"@typescript-eslint/typescript-estree" "1.4.2"
1321+
"@typescript-eslint/typescript-estree" "1.5.0"
13221322
eslint-scope "^4.0.0"
13231323
eslint-visitor-keys "^1.0.0"
13241324

@@ -1339,10 +1339,10 @@
13391339
lodash.unescape "4.0.1"
13401340
semver "5.5.0"
13411341

1342-
"@typescript-eslint/typescript-estree@1.4.2":
1343-
version "1.4.2"
1344-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.4.2.tgz#b16bc36c9a4748a7fca92cba4c2d73c5325c8a85"
1345-
integrity sha512-wKgi/w6k1v3R4b6oDc20cRWro2gBzp0wn6CAeYC8ExJMfvXMfiaXzw2tT9ilxdONaVWMCk7B9fMdjos7bF/CWw==
1342+
"@typescript-eslint/typescript-estree@1.5.0":
1343+
version "1.5.0"
1344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.5.0.tgz#986b356ecdf5a0c3bc9889d221802149cf5dbd4e"
1345+
integrity sha512-XqR14d4BcYgxcrpxIwcee7UEjncl9emKc/MgkeUfIk2u85KlsGYyaxC7Zxjmb17JtWERk/NaO+KnBsqgpIXzwA==
13461346
dependencies:
13471347
lodash.unescape "4.0.1"
13481348
semver "5.5.0"

0 commit comments

Comments
 (0)