Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Mar 6, 2014
1 parent 8aff64f commit 4ce1ee4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
- `req.accepts*` with [accepts](https://github.com/expressjs/accepts)
- `req.is` with [type-is](https://github.com/expressjs/type-is)

3.5.0 / 2014-03-06
==================

* bump deps

3.4.8 / 2014-01-13
==================

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}
],
"dependencies": {
"connect": "2.12.0",
"connect": "2.14.1",
"commander": "1.3.2",
"range-parser": "1.0.0",
"mkdirp": "0.3.5",
"cookie": "0.1.0",
"cookie": "0.1.1",
"buffer-crc32": "0.2.1",
"fresh": "0.2.1",
"fresh": "0.2.2",
"methods": "0.1.0",
"send": "0.2.0",
"cookie-signature": "1.0.3",
Expand All @@ -37,14 +37,14 @@
},
"devDependencies": {
"ejs": "~0.8.4",
"mocha": "~1.15.1",
"mocha": "~1.17.1",
"jade": "~0.30.0",
"hjs": "~0.0.6",
"stylus": "~0.40.0",
"should": "~2.1.1",
"connect-redis": "~1.4.5",
"marked": "0.2.10",
"supertest": "~0.8.1"
"supertest": "~0.9.0"
},
"keywords": [
"express",
Expand Down

0 comments on commit 4ce1ee4

Please sign in to comment.