Skip to content

Commit

Permalink
Bump captains-log to prerelease version to pick up the recent updates…
Browse files Browse the repository at this point in the history
…. Bump mocha to 3.0 prerelease to get rid of deprecation msgs. Also loosen semver ranges on mp-fs/mp-process devDeps.
  • Loading branch information
mikermcneil committed Jul 26, 2016
1 parent 2fb022a commit ca22ba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"anchor": "~0.10.5",
"async": "1.5.0",
"captains-log": "~0.11.11",
"captains-log": "beta",
"chalk": "1.1.3",
"commander": "2.9.0",
"compression": "1.6.2",
Expand Down Expand Up @@ -104,9 +104,9 @@
"expect.js": "0.3.1",
"fs-extra": "0.30.0",
"istanbul": "0.4.1",
"machinepack-fs": "~8.0.2",
"machinepack-process": "~2.0.2",
"mocha": "2.5.3",
"machinepack-fs": "^8.0.2",
"machinepack-process": "^2.0.2",
"mocha": "3.0.0-2",
"portfinder": "0.4.0",
"request": "2.68.0",
"root-require": "0.3.1",
Expand Down

1 comment on commit ca22ba6

@mikermcneil
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the relevant changes in captains-log, see:
balderdashy/captains-log@v0.11.11...mikermcneil:master

Re mocha, see: mochajs/mocha#2200 (comment)

Please sign in to comment.