From f5588135d0e3dbcbd8af39174df8a4b9d2592308 Mon Sep 17 00:00:00 2001 From: Neil Kistner Date: Tue, 10 May 2016 17:09:57 -0500 Subject: [PATCH] Upgrade dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6954fa5..3b49fa3 100644 --- a/package.json +++ b/package.json @@ -32,19 +32,19 @@ }, "peerDependencies": { "eslint": "^2.9.0", - "eslint-config-airbnb": "^8.0.0", - "eslint-plugin-import": "^1.6.1", - "eslint-plugin-jsx-a11y": "^1.0.4", - "eslint-plugin-react": "^5.0.1", - "eslint-plugin-wyze": "^1.3.1" + "eslint-config-airbnb": "^9.0.1", + "eslint-plugin-import": "^1.7.0", + "eslint-plugin-jsx-a11y": "^1.2.0", + "eslint-plugin-react": "^5.1.1", + "eslint-plugin-wyze": "^1.4.0" }, "devDependencies": { "ava": "^0.14.0", "eslint": "^2.9.0", - "eslint-config-airbnb": "^8.0.0", - "eslint-plugin-import": "^1.6.1", - "eslint-plugin-jsx-a11y": "^1.0.4", - "eslint-plugin-react": "^5.0.1", - "eslint-plugin-wyze": "^1.3.1" + "eslint-config-airbnb": "^9.0.1", + "eslint-plugin-import": "^1.7.0", + "eslint-plugin-jsx-a11y": "^1.2.0", + "eslint-plugin-react": "^5.1.1", + "eslint-plugin-wyze": "^1.4.0" } }