Skip to content

Commit

Permalink
Upgrade dependencies within minor levels
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Mar 31, 2016
1 parent 622c7dc commit 1d8ecb7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"url": "https://github.com/jsdoc3/jsdoc"
},
"dependencies": {
"async": "~1.4.0",
"bluebird": "~2.9.34",
"async": "~1.5.2",
"bluebird": "~2.10.2",
"catharsis": "~0.8.7",
"escape-string-regexp": "~1.0.3",
"espree": "~2.2.3",
"escape-string-regexp": "~1.0.5",
"espree": "~2.2.5",
"js2xmlparser": "~1.0.0",
"marked": "~0.3.4",
"requizzle": "~0.2.0",
"strip-json-comments": "~1.0.2",
"marked": "~0.3.5",
"requizzle": "~0.2.1",
"strip-json-comments": "~1.0.4",
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e",
"underscore": "~1.8.3",
"wrench": "~1.5.8"
"wrench": "~1.5.9"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-eslint": "~1.0.0",
"gulp": "~3.9.1",
"gulp-eslint": "~1.1.1",
"gulp-json-editor": "~2.2.1",
"istanbul": "~0.3.17",
"istanbul": "~0.4.2",
"tv4": "https://github.com/hegemonic/tv4/tarball/own-properties"
},
"engines": {
Expand Down

0 comments on commit 1d8ecb7

Please sign in to comment.