Skip to content

Commit

Permalink
Bump version numbers of all dependencies. Closed mikedeboer#126
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Jan 27, 2016
1 parent 885ad00 commit fe9173b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"url" : "http://github.com/mikedeboer/jsDAV.git"
},
"dependencies": {
"asyncjs": "~0.0.8",
"formidable": "~1.0.17",
"xmldom": "~0.1.21",
"xpath": "~0.0.21",
"asyncjs": "0.0.10",
"formidable": "1.0.17",
"xmldom": "0.1.21",
"xpath": "0.0.21",
"moment": "2.11.1"
},
"optionalDependencies": {
"jsftp": "~0.5.4",
"jsftp": "0.5.4",
"node-sftp": "0.1.1",
"dbox": "~0.5.6",
"redis": "~0.8.2",
"mongodb": "~2.0.49",
"pg": "~1.3.0",
"gnu-tools": "0.0.x"
"dbox": "0.6.4",
"redis": "2.4.2",
"mongodb": "2.1.4",
"pg": "4.4.3",
"gnu-tools": "0.0.9"
},
"devDependencies": {
"chai": "latest",
Expand Down

0 comments on commit fe9173b

Please sign in to comment.