From c3f42196e19b332a597deaf4c81fb669c5eabb72 Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Sun, 7 May 2017 21:18:34 -0700 Subject: [PATCH] fix linter dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2cde291..661c91a 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "eslint": "^3.11.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", - "eslint-plugin-jsx-a11y": "^5.0.1", - "eslint-plugin-react": "^7.0.0", + "eslint-plugin-jsx-a11y": "^4.0.0", + "eslint-plugin-react": "^6.0.0", "jsdom": "^9.0.0", "mocha": "^3.3.0", "react": "^15.4.0",