Skip to content

Commit

Permalink
fix(deps): Upgrade deps in bcoe's PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Oct 14, 2017
1 parent 2808c54 commit c5cd92d
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 @@ -31,18 +31,18 @@
},
"homepage": "https://github.com/devongovett/browserify-istanbul",
"dependencies": {
"istanbul-lib-instrument": "^1.3.0",
"minimatch": "^3.0.0",
"object-assign": "^4.1.0",
"istanbul-lib-instrument": "^1.8.0",
"minimatch": "^3.0.4",
"object-assign": "^4.1.1",
"through": "^2.3.8"
},
"devDependencies": {
"browserify": "^13.0.0",
"coveralls": "^2.11.8",
"eslint": "^2.2.0",
"eslint-plugin-mocha": "^2.0.0",
"mocha": "^2.4.5",
"nyc": "^10.0.0",
"pre-commit": "^1.1.2"
"browserify": "^14.4.0",
"coveralls": "^3.0.0",
"eslint": "^4.8.0",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^4.0.1",
"nyc": "^11.2.1",
"pre-commit": "^1.2.2"
}
}

0 comments on commit c5cd92d

Please sign in to comment.