From a670f8121e23bcbfaf938f753d5205fc19a3422a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 22 May 2018 03:17:54 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-import to v2.12.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1aeb2358d..9d14cb446 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-config-airbnb": "16.1.0", "eslint-config-prettier": "2.9.0", "eslint-plugin-flowtype": "2.46.3", - "eslint-plugin-import": "2.11.0", + "eslint-plugin-import": "2.12.0", "eslint-plugin-jest": "21.15.1", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-prettier": "2.6.0", diff --git a/yarn.lock b/yarn.lock index 1a4f1f102..5d4356a27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4752,9 +4752,9 @@ eslint-plugin-flowtype@2.46.3: dependencies: lodash "^4.15.0" -eslint-plugin-import@2.11.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816" +eslint-plugin-import@2.12.0: + version "2.12.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.12.0.tgz#dad31781292d6664b25317fd049d2e2b2f02205d" dependencies: contains-path "^0.1.0" debug "^2.6.8"