From 8a638a0c656531d128d42c4e4dd9502cb6f6329e Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 29 Jul 2015 11:13:02 +0800 Subject: [PATCH] update devDependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5c518ba453..1e9cb890bd 100644 --- a/package.json +++ b/package.json @@ -56,12 +56,12 @@ }, "devDependencies": { "autoprefixer-loader": "~2.0.0", - "babel": "~5.6.14", - "babel-core": "~5.4.7", - "babel-loader": "~5.1.3", + "babel": "^5.8.12", + "babel-core": "^5.8.12", + "babel-loader": "^5.3.2", "css-animation": "~1.0.3", "css-loader": "^0.14.1", - "eslint": "~0.22.1", + "eslint": "^0.24.1", "eslint-plugin-react": "~2.5.0", "extract-text-webpack-plugin": "^0.8.1", "gh-pages": "~0.3.1",