From 71a171ccc50bc49d6072c9634fa7144b2035002d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Feb 2019 13:15:45 +0000 Subject: [PATCH] Update dependency @typescript-eslint/parser to v1.3.0 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5d2bdc9e..54303136 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/react-router-dom": "4.3.1", "@types/redux-mock-store": "1.0.0", "@types/styled-components": "4.1.8", - "@typescript-eslint/parser": "1.2.0", + "@typescript-eslint/parser": "1.3.0", "babel-loader": "8.0.5", "babel-plugin-styled-components": "1.10.0", "coveralls": "3.0.2", diff --git a/yarn.lock b/yarn.lock index 066a1ba7..0d0642f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -805,19 +805,19 @@ "@types/react" "*" csstype "^2.2.0" -"@typescript-eslint/parser@1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.2.0.tgz#256de163b7cb0d79d0388266a5bfb5585bccb1ff" - integrity sha512-IXXiXgs6ocKTmtbzJjGyUvRHZFLuk2mYXyk+ayEql1woh1+rYS/Uct8b4jGtfHG8ZRUBZ12zjzsrDKFYC2pbrQ== +"@typescript-eslint/parser@1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.3.0.tgz#e61e795aa050351b7312a757e0864b6d90b84078" + integrity sha512-Q5cz9nyEQyRrtItRElvQXdNs0Xja1xvOdphDQR7N6MqUdi4juWVNxHKypdHQCx9OcEBev6pWHOda8lwg/2W9/g== dependencies: - "@typescript-eslint/typescript-estree" "1.2.0" + "@typescript-eslint/typescript-estree" "1.3.0" eslint-scope "^4.0.0" eslint-visitor-keys "^1.0.0" -"@typescript-eslint/typescript-estree@1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.2.0.tgz#d9043a407d5e0f07db2b4a80d86852f7826c34f0" - integrity sha512-YGh4egbiCfUObvi6fnQNzJAMmScMGCjG5cRHaapW7GpwujWYQymLlids88imnhcTbOx8Mlz1OXFIuxyPBXK6Ig== +"@typescript-eslint/typescript-estree@1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.3.0.tgz#1d1f36680e5c32c3af38c1180153f018152f65f9" + integrity sha512-h6UxHSmBUopFcxHg/eryrA+GwHMbh7PxotMbkq9p2f3nX60CKm5Zc0VN8krBD3IS5KqsK0iOz24VpEWrP+JZ2Q== dependencies: lodash.unescape "4.0.1" semver "5.5.0"