Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Aug 26, 2014
1 parent 278113b commit dd54c87
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"test": "grunt coverage"
},
"dependencies": {
"request": "~2.34.0",
"underscore": "~1.6.0",
"sphere-node-utils": "~0.4.1"
"request": "2.40.0",
"underscore": "1.6.0",
"sphere-node-utils": "0.4.13"
},
"devDependencies": {
"coveralls": "~2.10.0",
"grunt": "~0.4.4",
"grunt-bump": "~0.0.13",
"grunt-coffeelint": "~0.0.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "~0.6.4",
"istanbul": "~0.2.4",
"jasmine-node": "~1.13.1",
"coveralls": "2.10.0",
"grunt": "0.4.4",
"grunt-bump": "0.0.13",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-shell": "0.6.4",
"istanbul": "0.2.7",
"jasmine-node": "1.13.1",
"sphere-coffeelint": "git://github.com/sphereio/sphere-coffeelint.git#master"
}
}

0 comments on commit dd54c87

Please sign in to comment.