updated grunt deps in package.json

This commit is contained in:
David Baldwynn 2016-04-21 15:39:55 -04:00
parent d6c703065a
commit a615122f8c
3 changed files with 22 additions and 23 deletions

View file

@ -37,7 +37,6 @@
},
"resolutions": {
"angular-bootstrap": "^0.14.0",
"angular": "1.4.10",
"angular-animate": "~1.4.7"
"angular": "1.4.10"
}
}

View file

@ -18,7 +18,7 @@ var fs = require('fs-extra'),
multer = require('multer'),
passport = require('passport'),
raven = require('raven'),
MongoStore = require('connect-mongo')(session),
MongoStore = require('connect-mongo/es5')(session),
flash = require('connect-flash'),
config = require('./config'),
consolidate = require('consolidate'),

View file

@ -22,34 +22,33 @@
"postinstall": "bower install --config.interactive=false; grunt build"
},
"dependencies": {
"async": "^1.4.2",
"body-parser": "~1.14.1",
"async": "~2.0.0-rc.3",
"body-parser": "~1.15.0",
"bower": "~1.6.5",
"chalk": "~1.1.1",
"compression": "~1.6.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.8.2",
"consolidate": "~0.13.1",
"connect-mongo": "~1.1.0",
"consolidate": "~0.14.0",
"cookie-parser": "~1.4.0",
"email-verification": "whitef0x0/node-email-verification",
"express": "~4.13.3",
"express-device": "~0.4.2",
"express-session": "~1.12.1",
"express-session": "~1.13.0",
"forever": "~0.15.1",
"fs-extra": "~0.26.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"fs-extra": "~0.28.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-concurrent": "~2.3.0",
"grunt-contrib-csslint": "~0.5.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-csslint": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-env": "~0.4.1",
"grunt-html2js": "~0.3.5",
"grunt-karma": "~0.12.1",
"grunt-newer": "~1.1.1",
"grunt-ng-annotate": "~1.0.1",
"grunt-newer": "~1.2.0",
"grunt-ng-annotate": "~2.0.2",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
"helmet": "~0.14.0",
@ -64,10 +63,10 @@
"multer": "~1.1.0",
"node-freegeoip": "0.0.1",
"nodemailer": "~1.10.0",
"passport": "~0.3.0",
"passport-facebook": "~2.0.0",
"passport-github": "~1.0.0",
"passport-google-oauth": "~0.2.0",
"passport": "~0.3.2",
"passport-facebook": "~2.1.0",
"passport-github": "~1.1.0",
"passport-google-oauth": "~1.0.0",
"passport-linkedin": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
@ -83,6 +82,7 @@
"grunt-mocha-test": "~0.12.1",
"istanbul": "^0.4.0",
"jasmine-core": "^2.4.1",
"grunt-karma": "~0.12.2",
"karma": "~0.13.14",
"karma-chrome-launcher": "~0.2.1",
"karma-coverage": "~0.5.3",