From 769009021b7f69c463f5e79e68f36300c1697966 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 09:52:19 +0000 Subject: [PATCH] Update eslint-plugin-import requirement from ~2.13.0 to ~2.17.3 Updates the requirements on [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) to permit the latest version. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.13.0...v2.17.3) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba3a73dd3..15d2422fb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eslint": "^5.0.0-alpha.2", "eslint-config-standard": "standard/eslint-config-standard", "eslint-config-standard-jsx": "standard/eslint-config-standard-jsx", - "eslint-plugin-import": "~2.13.0", + "eslint-plugin-import": "~2.17.3", "eslint-plugin-node": "~6.0.0", "eslint-plugin-promise": "~3.8.0", "eslint-plugin-react": "~7.7.0",