From f76a8daca839bdff28da38360c30762cba12de4e Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Tue, 11 Aug 2015 18:25:38 +0700 Subject: [PATCH] Update babel, eslint & co --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c81da3fd..a7b7a507 100644 --- a/package.json +++ b/package.json @@ -33,12 +33,12 @@ }, "devDependencies": { "assert-diff": "^1.0.1", - "babel": "^5.5.4", - "babel-core": "^5.5.4", - "babel-eslint": "^3.1.23", - "babel-loader": "^5.0.0", + "babel": "^5.8.21", + "babel-core": "^5.8.22", + "babel-eslint": "^4.0.5", + "babel-loader": "^5.3.2", "coveralls": "~2.10.0", - "eslint": "^1.0.0", + "eslint": "1.0.0", "eslint-plugin-flowtype": "^1.0.0", "eventemitter2": "^0.4.14", "flow-bin": "^0.14",