Skip to content

Commit

Permalink
feat: Bump dependencies. (#915)
Browse files Browse the repository at this point in the history
This causes nyc to use final release of babel 7.
  • Loading branch information
coreyfarrell committed Sep 6, 2018
1 parent 3b95858 commit 0b3d2cf
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 92 deletions.
187 changes: 102 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -76,18 +76,18 @@
"archy": "^1.0.0",
"arrify": "^1.0.1",
"caching-transform": "^2.0.0",
"convert-source-map": "^1.5.1",
"convert-source-map": "^1.6.0",
"debug-log": "^1.0.1",
"find-cache-dir": "^2.0.0",
"find-up": "^3.0.0",
"foreground-child": "^1.5.6",
"glob": "^7.1.2",
"glob": "^7.1.3",
"istanbul-lib-coverage": "^2.0.1",
"istanbul-lib-hook": "^2.0.1",
"istanbul-lib-instrument": "^2.3.2",
"istanbul-lib-report": "^2.0.1",
"istanbul-lib-instrument": "^3.0.0",
"istanbul-lib-report": "^2.0.2",
"istanbul-lib-source-maps": "^2.0.1",
"istanbul-reports": "^2.0.0",
"istanbul-reports": "^2.0.1",
"make-dir": "^1.3.0",
"merge-source-map": "^1.1.0",
"resolve-from": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cli/external-instrumenter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/src/nyc-tap.js
Expand Up @@ -43,7 +43,7 @@ require('chai').should()
require('tap').mochaGlobals()

// modules lazy-loaded when first file is instrumented.
const LAZY_LOAD_COUNT = 268
const LAZY_LOAD_COUNT = 267

describe('nyc', function () {
describe('cwd', function () {
Expand Down

0 comments on commit 0b3d2cf

Please sign in to comment.