Upgrade deps

This commit is contained in:
Raymond Feng 2014-02-06 22:28:43 -08:00
parent 417cfef6ec
commit 1e51da1623
1 changed files with 5 additions and 5 deletions

View File

@ -7,15 +7,15 @@
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js" "test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
}, },
"dependencies": { "dependencies": {
"pkgcloud": "~0.8.17", "pkgcloud": "~0.9.0",
"async": "~0.2.9" "async": "~0.2.10"
}, },
"devDependencies": { "devDependencies": {
"express": "~3.4.0", "express": "~3.4.8",
"loopback": "1.x.x", "loopback": "1.x.x",
"formidable": "~1.0.14", "formidable": "~1.0.14",
"mocha": "~1.14.0", "mocha": "~1.17.1",
"supertest": "~0.8.1", "supertest": "~0.9.0",
"mkdirp": "~0.3.5" "mkdirp": "~0.3.5"
}, },
"repository": { "repository": {