From 61ee0af2f8756b2d46631d07c5bf1ca485d68fe8 Mon Sep 17 00:00:00 2001 From: Neil Kistner Date: Wed, 1 Feb 2017 19:36:46 -0600 Subject: [PATCH] Upgrade dependencies --- package.json | 8 ++++---- yarn.lock | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 34ba348..ef00c83 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ }, "peerDependencies": { "babel-eslint": "^7.1.0", - "eslint": "^3.13.0", + "eslint": "^3.14.0", "eslint-config-airbnb": "^14.0.0", - "eslint-plugin-flowtype": "^2.29.0", + "eslint-plugin-flowtype": "^2.30.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^3.0.0", "eslint-plugin-react": "^6.9.0", @@ -41,9 +41,9 @@ "devDependencies": { "ava": "^0.17.0", "babel-eslint": "^7.1.1", - "eslint": "^3.13.1", + "eslint": "^3.14.1", "eslint-config-airbnb": "^14.0.0", - "eslint-plugin-flowtype": "^2.29.2", + "eslint-plugin-flowtype": "^2.30.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^3.0.2", "eslint-plugin-react": "^6.9.0", diff --git a/yarn.lock b/yarn.lock index 06f246b..7e580a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1387,9 +1387,9 @@ eslint-module-utils@^2.0.0: debug "2.2.0" pkg-dir "^1.0.0" -eslint-plugin-flowtype@^2.29.2: - version "2.29.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.29.2.tgz#91b4fde0400c4c37ca4440b43bdbc95fc405bea9" +eslint-plugin-flowtype@^2.30.0: + version "2.30.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.30.0.tgz#3054a265f9c8afe3046c3d41b72d32a736f9b4ae" dependencies: lodash "^4.15.0" @@ -1428,9 +1428,9 @@ eslint-plugin-wyze@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/eslint-plugin-wyze/-/eslint-plugin-wyze-2.0.0.tgz#9e380b89d73b63c9184df4cc5bbcf6b2e48cffc3" -eslint@^3.13.1: - version "3.13.1" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.13.1.tgz#564d2646b5efded85df96985332edd91a23bff25" +eslint@^3.14.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.14.1.tgz#8a62175f2255109494747a1b25128d97b8eb3d97" dependencies: babel-code-frame "^6.16.0" chalk "^1.1.3"