From 235aa28eb983788d45fdfda7892975d13a098b42 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Fri, 25 Mar 2016 17:29:12 +0700 Subject: [PATCH] Dependency update --- package.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index bf108f6..27b170f 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,20 @@ { - "dependencies": { - }, + "dependencies": {}, "private": true, "devDependencies": { - "babelify": "^6.0.2", + "babelify": "^7.2.0", "browser-sync": "^2.6.0", - "browserify": "^9.0.8", + "browserify": "^13.0.0", "browserify-shim": "^3.8.8", - "coffeeify": "^1.0.0", "coffee-script": "^1.10.0", + "coffeeify": "^2.0.1", "gulp": "^3.8.11", - "gulp-uglify": "^1.2.0", "gulp-coffee": "^2.3.1", - "gulp-util": "^3.0.4", - "gulp-zip": "^3.0.2", "gulp-concat": "^2.6.0", "gulp-sass": "^2.1.1", + "gulp-uglify": "^1.2.0", + "gulp-util": "^3.0.4", + "gulp-zip": "^3.0.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.1.0"