From b4e7a16a2f44a2e8644bc86bfc1dff89c5429a12 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Wed, 19 Nov 2014 16:36:05 -0800 Subject: [PATCH] updated npm packages --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 24c11f58a..8f68cc4c8 100644 --- a/package.json +++ b/package.json @@ -15,22 +15,22 @@ "gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67", "readmeFilename": "readme.md", "dependencies": { - "fs-extra": "^0.11.0", - "gulp": "^3.8.7", - "gulp-cached": "^1.0.1", - "gulp-clean": "^0.3.1", - "gulp-concat": "^2.3.4", - "gulp-declare": "^0.3.0", - "gulp-handlebars": "^2.2.0", - "gulp-jshint": "^1.8.4", - "gulp-less": "^1.3.5", - "gulp-print": "^1.1.0", - "gulp-replace": "^0.4.0", - "gulp-wrap": "^0.3.0", - "gulp-wrap-amd": "^0.3.1", - "jshint-stylish": "^0.4.0", - "requirejs": "^2.1.14", - "run-sequence": "^0.3.6", - "streamqueue": "^0.1.1" + "fs-extra": "0.12.0", + "gulp": "3.8.10", + "gulp-cached": "1.0.1", + "gulp-clean": "0.3.1", + "gulp-concat": "2.4.2", + "gulp-declare": "0.3.0", + "gulp-handlebars": "2.2.0", + "gulp-jshint": "1.9.0", + "gulp-less": "1.3.6", + "gulp-print": "1.1.0", + "gulp-replace": "0.5.0", + "gulp-wrap": "0.5.0", + "gulp-wrap-amd": "0.3.1", + "jshint-stylish": "1.0.0", + "requirejs": "2.1.15", + "run-sequence": "1.0.2", + "streamqueue": "0.1.1" } }