Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Jun 19, 2014
1 parent 11372b4 commit 4907ff3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -81,7 +81,7 @@ module.exports = function (grunt) {
'node_modules/jquery/dist/jquery.js:jquery',
'node_modules/lodash/dist/lodash.js:lodash',
'node_modules/backbone/backbone.js:backbone',
'node_modules/socket.io/node_modules/socket.io-client/dist/socket.io.js:socket.io-client',
'node_modules/socket.io/node_modules/socket.io-client/lib/index.js:socket.io-client',
'frontend/javascripts/vendor/d3.js:d3',
'frontend/javascripts/vendor/rickshaw.js:rickshaw'
].concat((function () {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -26,36 +26,36 @@
},
"dependencies": {
"backbone": "1.1.2",
"bluebird": "1.2.4",
"cheerio": "0.15.0",
"compression": "1.0.2",
"errorhandler": "1.0.1",
"bluebird": "2.1.3",
"cheerio": "0.17.0",
"compression": "1.0.7",
"errorhandler": "1.1.0",
"eventemitter2": "0.4.13",
"express": "4.1.1",
"express": "4.4.3",
"express3-handlebars": "0.5.0",
"grunt": "0.4.4",
"grunt-browserify": "2.0.8",
"grunt": "0.4.5",
"grunt-browserify": "2.1.0",
"grunt-cli": "0.1.13",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-handlebars": "0.8.0",
"handlebars": "1.3.0",
"jquery": "2.1.1",
"lodash": "2.4.1",
"moment": "2.6.0",
"nodemailer": "0.6.3",
"nomnom": "1.6.2",
"moment": "2.7.0",
"nodemailer": "0.7.0",
"nomnom": "1.7.0",
"numeral": "1.5.3",
"serve-favicon": "2.0.0",
"socket.io": "0.9.16",
"stylus": "0.44.0",
"serve-favicon": "2.0.1",
"socket.io": "1.0.5",
"stylus": "0.46.3",
"winston": "0.7.3"
},
"devDependencies": {
"grunt-contrib-jshint": "0.10.0",
"grunt-mocha-test": "0.10.2",
"grunt-mocha-test": "0.11.0",
"chai": "1.9.1",
"chai-as-promised": "4.1.1",
"sinon": "1.9.1",
"sinon": "1.10.2",
"sinon-chai": "2.5.0",
"sandboxed-module": "0.3.0"
},
Expand Down

0 comments on commit 4907ff3

Please sign in to comment.