Skip to content

Commit

Permalink
update deps, remove npm-shrinkwrap.json
Browse files Browse the repository at this point in the history
Don't recall why that file was there, but now it's gone, thankfully.

Need a patch bump to actually push it out, though.
  • Loading branch information
isaacs committed Sep 15, 2019
1 parent d19ab3d commit 6d37040
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 43 deletions.
67 changes: 33 additions & 34 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"capture-stack-trace": "^1.0.0",
"chokidar": "^3.0.2",
"color-support": "^1.1.0",
"coveralls": "^3.0.5",
"coveralls": "^3.0.6",
"diff": "^4.0.1",
"esm": "^3.2.25",
"findit": "^2.0.0",
"flow-remove-types": "^2.101.0",
"flow-remove-types": "^2.107.0",
"foreground-child": "^1.3.3",
"fs-exists-cached": "^1.0.0",
"function-loop": "^1.0.2",
Expand All @@ -36,25 +36,25 @@
"isexe": "^2.0.0",
"istanbul-lib-processinfo": "^1.0.0",
"jackspeak": "^1.4.0",
"minipass": "^2.3.5",
"minipass": "^2.5.1",
"mkdirp": "^0.5.1",
"nyc": "^14.1.1",
"opener": "^1.5.1",
"own-or": "^1.0.0",
"own-or-env": "^1.0.1",
"react": "^16.8.6",
"rimraf": "^2.6.3",
"react": "^16.9.0",
"rimraf": "^2.7.1",
"signal-exit": "^3.0.0",
"source-map-support": "^0.5.12",
"source-map-support": "^0.5.13",
"stack-utils": "^1.0.2",
"tap-mocha-reporter": "^4.0.1",
"tap-parser": "^9.3.2",
"tap-parser": "^9.3.3",
"tap-yaml": "^1.0.0",
"tcompare": "^2.3.0",
"treport": "^0.4.0",
"trivial-deferred": "^1.0.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"typescript": "^3.6.3",
"which": "^1.3.1",
"write-file-atomic": "^3.0.0",
"yaml": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test-run-basic.js-TAP.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
'use strict'
exports[`test/run/basic.js TAP --parser-version > output 1`] = `
9.3.2
9.3.3
`

Expand Down

0 comments on commit 6d37040

Please sign in to comment.