From 6c750ddfa6e87de68745873bd4bb3bb9e38eaa50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 10:26:58 +0000 Subject: [PATCH] build(deps-dev): update eslint-plugin-import requirement 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.18.0...v2.18.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 631dc79..a8db8fb 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "3.19.0", "eslint-config-kentcdodds": "11.1.0", "eslint-plugin-babel": "4.1.2", - "eslint-plugin-import": "2.18.0", + "eslint-plugin-import": "2.18.1", "eslint-plugin-mocha": "4.12.1", "ghooks": "*", "if-node-version": "1.1.1",