From 477d98e7ebdc70301ff9d4f89040d6ba734f1beb Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Fri, 3 Mar 2017 12:22:29 -0800 Subject: [PATCH] Update eslint devDependencies Just bumping versions to keep us up to date. There don't seem to be any new warnings for us with this bump. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 94ca03c9..9db12908 100644 --- a/package.json +++ b/package.json @@ -52,11 +52,11 @@ "babel-register": "^6.11.6", "chai": "^3.5.0", "enzyme": "^2.4.1", - "eslint": "^3.13.1", - "eslint-config-airbnb": "^14.0.0", + "eslint": "^3.16.1", + "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", - "eslint-plugin-jsx-a11y": "^3.0.2", - "eslint-plugin-react": "^6.9.0", + "eslint-plugin-jsx-a11y": "^4.0.0", + "eslint-plugin-react": "^6.10.0", "in-publish": "^2.0.0", "mocha": "^3.0.2", "react": "^15.3.1",