From d31efcdbefaa70f65244faf6765e882e4328a310 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Feb 2018 21:19:28 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v4.18.1 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f3719870..b4eaf893 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babel-plugin-add-module-exports": "0.2.1", "babel-preset-es2015": "6.24.1", "babel-preset-stage-2": "6.24.1", - "eslint": "4.17.0", + "eslint": "4.18.1", "eslint-config-airbnb-base": "12.1.0", "eslint-plugin-import": "2.8.0", "jest": "21.2.1", diff --git a/yarn.lock b/yarn.lock index 94bd0bd0..fe0c3cb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1631,9 +1631,9 @@ eslint-visitor-keys@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" -eslint@4.17.0: - version "4.17.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf" +eslint@4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.1.tgz#b9138440cb1e98b2f44a0d578c6ecf8eae6150b0" dependencies: ajv "^5.3.0" babel-code-frame "^6.22.0"