Skip to content

Commit

Permalink
update some npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Jul 2, 2015
1 parent 0376a5c commit d0b7b54
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
"compression": "^1.5.0",
"dot-object": "^0.11.0",
"es6-promise": "^2.3.0",
"express": "^4.12.4",
"extend": "^2.0.1",
"gulp-live-server": "^0.0.20",
"globby": "^2.0.0",
"express": "^4.13.0",
"extend": "^3.0.0",
"globby": "^2.1.0",
"gulp-live-server": "^0.0.21",
"hbs": "^3.1.0",
"hbs-utils": "0.0.3",
"i18next": "^1.9.0"
"i18next": "^1.10.2"
},
"devDependencies": {
"browser-sync": "^2.7.12",
"browser-sync": "^2.7.13",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.5.2",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.2.2",
"gulp-imagemin": "^2.2.1",
"gulp-imagemin": "^2.3.0",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.11.0",
"gulp-jshint": "^1.11.2",
"gulp-karma": "~0.0.1",<% if (options.pre === 'less') { %>
"gulp-less": "^3.0.3",<% } %><% if (options.pre === 'scss') { %>
"gulp-sass": "^2.0.1",<% } %><% if (options.js === 'TypeScript') { %>
"gulp-sass": "^2.0.3",<% } %><% if (options.js === 'TypeScript') { %>
"typescript": "^1.5.0-beta",
"gulp-typescript": "^2.7.5", <% } %>
"gulp-minify-css": "^1.1.6",
"gulp-minify-css": "^1.2.0",
"gulp-newer": "^0.5.1",
"gulp-plumber": "^1.0.1",
"gulp-remember": "^0.3.0",
Expand All @@ -56,9 +56,9 @@
"gulp-watch": "^4.2.4",
"imagemin-pngquant": "^4.1.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.0",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "~0.3.5"
"jshint-stylish": "^2.0.1",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "~0.3.6"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
],
"dependencies": {
"adm-zip": "^0.4.4",
"chalk": "^1.0.0",
"chalk": "^1.1.0",
"git-config": "0.0.7",
"glob": "^5.0.10",
"lodash": "^3.9.3",
"glob": "^5.0.13",
"lodash": "^3.10.0",
"request": "^2.58.0",
"yeoman-generator": "^0.20.0",
"yosay": "^1.0.4"
},
"devDependencies": {
"ejs": "^2.3.1",
"ejs": "^2.3.2",
"fs-extra": "^0.20.1",
"jasmine": "^2.3.1"
}
Expand Down

0 comments on commit d0b7b54

Please sign in to comment.