From b5c1893d1938c3c1897ddc3cc85ee53ddac714eb Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Wed, 22 Jul 2015 15:21:05 +0300 Subject: [PATCH] [changed] unfix 'babel' back. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3e5a2243f8..2b8fc113c0 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,9 @@ "react": ">=0.13" }, "devDependencies": { - "babel": "5.6.x", - "babel-core": "5.6.x", - "babel-eslint": "^3.0.1", + "babel": "^5.8.3", + "babel-core": "^5.8.3", + "babel-eslint": "^3.1.26", "babel-loader": "^5.2.1", "bootstrap": "^3.3.4", "brfs": "^1.4.0",