From a1c104a24a94afad7235b07872c4280690d27c48 Mon Sep 17 00:00:00 2001 From: Drew Keller Date: Sun, 19 Aug 2018 01:47:43 -0500 Subject: [PATCH] Upgrade lint plugins for ESLint v5 compatibility Bump to the compatible versions listed in airbnb/javascript#1834. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 20c3a61..889334e 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,9 @@ "enzyme-adapter-react-16": "^1.1.0", "enzyme-adapter-react-helper": "^1.2.2", "eslint": "^5.0.1", - "eslint-config-airbnb": "^17.0.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.3", + "eslint-config-airbnb": "^17.1.0", + "eslint-plugin-import": "^2.13.0", + "eslint-plugin-jsx-a11y": "^6.1.0", "eslint-plugin-react": "^7.11.1", "karma": "^2.0.0", "karma-coverage": "^1.1.1",