Merge pull request #322 from taigaio/bug/2173/upgrade-npm-dependencies

upgrade npm dependencies
stable
Xaviju 2015-02-09 08:41:10 +01:00
commit df22b86ff2
2 changed files with 27 additions and 27 deletions

View File

@ -224,7 +224,7 @@ gulp.task "app-loader", ->
gulp.task "locales", -> gulp.task "locales", ->
gulp.src("app/locales/en/app.json") gulp.src("app/locales/en/app.json")
.pipe(wrap("angular.module('taigaBase').value('localesEn', <%= contents %>);")) .pipe(wrap("angular.module('taigaBase').value('localesEn', <%= contents %>);", {}, {parse: false}))
.pipe(rename("locales.en.js")) .pipe(rename("locales.en.js"))
.pipe(gulp.dest(paths.tmp)) .pipe(gulp.dest(paths.tmp))

View File

@ -17,45 +17,45 @@
} }
], ],
"devDependencies": { "devDependencies": {
"coffee-script": "^1.8.0", "coffee-script": "^1.9.0",
"del": "^1.1.1", "del": "^1.1.1",
"express": "^4.9.5", "express": "^4.11.2",
"gulp": "^3.8.10", "gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0", "gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^2.0.0", "gulp-autoprefixer": "^2.1.0",
"gulp-cached": "0.0.3", "gulp-cached": "1.0.2",
"gulp-changed": "^0.4.0", "gulp-changed": "^1.1.1",
"gulp-clean": "^0.2.4", "gulp-clean": "^0.3.1",
"gulp-coffee": "^2.2.0", "gulp-coffee": "^2.3.1",
"gulp-coffeelint": "~0.4.0", "gulp-coffeelint": "~0.4.0",
"gulp-concat": "^2.1.7", "gulp-concat": "^2.4.3",
"gulp-csslint": "^0.1.5", "gulp-csslint": "^0.1.5",
"gulp-flatten": "0.0.4", "gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5", "gulp-if": "^1.2.5",
"gulp-imagemin": "^2.0.0", "gulp-imagemin": "^2.1.0",
"gulp-insert": "^0.4.0", "gulp-insert": "^0.4.0",
"gulp-intermediate": "^3.0.1", "gulp-intermediate": "^3.0.1",
"gulp-jade": "^0.5.0", "gulp-jade": "^0.11.0",
"gulp-jade-inheritance": "0.0.4", "gulp-jade-inheritance": "0.5.0",
"gulp-minify-css": "^0.3.1", "gulp-minify-css": "^0.4.4",
"gulp-minify-html": "^0.1.3", "gulp-minify-html": "^0.1.8",
"gulp-newer": "^0.3.0", "gulp-newer": "^0.5.0",
"gulp-notify": "^1.2.5", "gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.2", "gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0", "gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1", "gulp-ruby-sass": "^0.7.1",
"gulp-scss-lint": "0.1.4", "gulp-scss-lint": "0.1.6",
"gulp-sourcemaps": "^1.2.4", "gulp-sourcemaps": "^1.3.0",
"gulp-styledocco": "0.0.1", "gulp-styledocco": "0.0.1",
"gulp-template": "^0.1.1", "gulp-template": "^2.1.0",
"gulp-uglify": "~0.2.0", "gulp-uglify": "~1.1.0",
"gulp-util": "~2.2.14", "gulp-util": "~3.0.3",
"gulp-watch": "^0.5.4", "gulp-watch": "^4.1.0",
"gulp-wrap": "^0.3.0", "gulp-wrap": "^0.10.1",
"lazypipe": "^0.2.2", "lazypipe": "^0.2.2",
"readable-stream": "~1.0.31", "readable-stream": "~1.0.33",
"run-sequence": "^1.0.1", "run-sequence": "^1.0.2",
"through2": "~0.6.1", "through2": "~0.6.3",
"gulp-replace": "^0.5.2" "gulp-replace": "^0.5.2"
} }
} }