From c5f2a3f35e4099c630bba9fc6237b1a246844e0f Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Thu, 15 Sep 2016 10:34:24 +0200 Subject: [PATCH] chore(package): update dependencies --- .eslintrc | 3 +++ package.json | 29 +++++++++++++---------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.eslintrc b/.eslintrc index b95cd40..031fe11 100644 --- a/.eslintrc +++ b/.eslintrc @@ -18,3 +18,6 @@ - 2 - 120 - 2 + arrow-parens: + - 2 + - always diff --git a/package.json b/package.json index 1c58ad7..71a03f6 100644 --- a/package.json +++ b/package.json @@ -28,32 +28,29 @@ }, "homepage": "https://github.com/RisingStack/graffiti#readme", "dependencies": { - "babel-runtime": "6.9.2", - "boom": "3.2.2" - }, - "peerDependencies": { - "graphql": "^0.6.2" + "babel-runtime": "6.11.6", + "boom": "4.0.0" }, "devDependencies": { "babel": "6.5.2", - "babel-cli": "6.11.4", + "babel-cli": "6.14.0", "babel-eslint": "6.1.2", "babel-plugin-array-includes": "2.0.3", - "babel-plugin-transform-runtime": "6.9.0", - "babel-preset-es2015": "6.9.0", + "babel-plugin-transform-runtime": "6.15.0", + "babel-preset-es2015": "6.14.0", "babel-preset-stage-0": "6.5.0", - "babel-register": "6.11.5", + "babel-register": "6.14.0", "chai": "3.5.0", "chai-subset": "1.3.0", - "eslint": "3.1.1", - "eslint-config-airbnb-base": "5.0.0", - "eslint-plugin-import": "1.12.0", - "eslint-plugin-react": "5.2.2", + "eslint": "3.5.0", + "eslint-config-airbnb-base": "7.1.0", + "eslint-plugin-import": "1.15.0", + "eslint-plugin-react": "6.2.2", "express": "4.14.0", - "graphql": "0.6.2", - "hapi": "13.5.0", + "graphql": "0.7.0", + "hapi": "15.0.3", "koa": "2.0.0-alpha.2", - "mocha": "2.5.3", + "mocha": "3.0.2", "pre-commit": "1.1.3", "sinon": "1.17.5", "sinon-chai": "2.8.0"