diff --git a/package.json b/package.json index f7f8b2f..128c531 100644 --- a/package.json +++ b/package.json @@ -30,22 +30,23 @@ }, "homepage": "https://github.com/amazeui/amazeui-touch#readme", "devDependencies": { - "babel-core": "^6.3.17", - "babel-eslint": "^4.1.4", - "babel-loader": "^6.0.1", - "babel-plugin-transform-object-rest-spread": "^6.0.14", - "babel-plugin-transform-react-jsx": "^6.0.18", - "babel-preset-es2015": "^6.1.2", - "babel-preset-stage-0": "^6.1.2", + "babel-core": "^6.5.2", + "babel-eslint": "^5.0.0", + "babel-loader": "^6.2.3", + "babel-plugin-transform-object-assign": "^6.5.0", + "babel-plugin-transform-object-rest-spread": "^6.5.0", + "babel-plugin-transform-react-jsx": "^6.5.2", + "babel-preset-es2015": "^6.5.0", + "babel-preset-stage-0": "^6.5.0", "babelify": "^7.2.0", - "brfs": "^1.4.1", - "browser-sync": "^2.9.11", - "browserify": "^12.0.1", - "clipboard": "^1.5.3", - "del": "^2.0.2", - "eslint": "^1.8.0", - "eslint-config-airbnb": "^1.0.0", - "eslint-plugin-react": "^3.7.1", + "brfs": "^1.4.3", + "browser-sync": "^2.11.1", + "browserify": "^13.0.0", + "clipboard": "^1.5.8", + "del": "^2.2.0", + "eslint": "^2.2.0", + "eslint-config-airbnb": "^6.0.2", + "eslint-plugin-react": "^4.1.0", "gulp": "^3.9.0", "gulp-autoprefixer": "^3.0.2", "gulp-babel": "^6.1.0", @@ -66,14 +67,14 @@ "run-sequence": "^1.1.4", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", - "watchify": "^3.6.0", - "webpack-stream": "^2.1.1" + "watchify": "^3.7.0", + "webpack-stream": "^3.1.0" }, "dependencies": { - "classnames": "^2.2.0", - "react": "^0.14.2", - "react-addons-css-transition-group": "^0.14.2", - "react-dom": "^0.14.2" + "classnames": "^2.2.3", + "react": "^0.14.7", + "react-addons-css-transition-group": "^0.14.7", + "react-dom": "^0.14.7" }, "babel": { "presets": [ @@ -82,7 +83,8 @@ ], "plugins": [ "transform-object-rest-spread", - "transform-react-jsx" + "transform-react-jsx", + "transform-object-assign" ] } }