Skip to content

Commit 6d37040

Browse files
committedSep 15, 2019
update deps, remove npm-shrinkwrap.json
Don't recall why that file was there, but now it's gone, thankfully. Need a patch bump to actually push it out, though.
1 parent d19ab3d commit 6d37040

File tree

3 files changed

+42
-43
lines changed

3 files changed

+42
-43
lines changed
 

‎package-lock.json

+33-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"capture-stack-trace": "^1.0.0",
2323
"chokidar": "^3.0.2",
2424
"color-support": "^1.1.0",
25-
"coveralls": "^3.0.5",
25+
"coveralls": "^3.0.6",
2626
"diff": "^4.0.1",
2727
"esm": "^3.2.25",
2828
"findit": "^2.0.0",
29-
"flow-remove-types": "^2.101.0",
29+
"flow-remove-types": "^2.107.0",
3030
"foreground-child": "^1.3.3",
3131
"fs-exists-cached": "^1.0.0",
3232
"function-loop": "^1.0.2",
@@ -36,25 +36,25 @@
3636
"isexe": "^2.0.0",
3737
"istanbul-lib-processinfo": "^1.0.0",
3838
"jackspeak": "^1.4.0",
39-
"minipass": "^2.3.5",
39+
"minipass": "^2.5.1",
4040
"mkdirp": "^0.5.1",
4141
"nyc": "^14.1.1",
4242
"opener": "^1.5.1",
4343
"own-or": "^1.0.0",
4444
"own-or-env": "^1.0.1",
45-
"react": "^16.8.6",
46-
"rimraf": "^2.6.3",
45+
"react": "^16.9.0",
46+
"rimraf": "^2.7.1",
4747
"signal-exit": "^3.0.0",
48-
"source-map-support": "^0.5.12",
48+
"source-map-support": "^0.5.13",
4949
"stack-utils": "^1.0.2",
5050
"tap-mocha-reporter": "^4.0.1",
51-
"tap-parser": "^9.3.2",
51+
"tap-parser": "^9.3.3",
5252
"tap-yaml": "^1.0.0",
5353
"tcompare": "^2.3.0",
5454
"treport": "^0.4.0",
5555
"trivial-deferred": "^1.0.1",
5656
"ts-node": "^8.3.0",
57-
"typescript": "^3.5.3",
57+
"typescript": "^3.6.3",
5858
"which": "^1.3.1",
5959
"write-file-atomic": "^3.0.0",
6060
"yaml": "^1.6.0",

‎tap-snapshots/test-run-basic.js-TAP.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
'use strict'
88
exports[`test/run/basic.js TAP --parser-version > output 1`] = `
9-
9.3.2
9+
9.3.3
1010
1111
`
1212

0 commit comments

Comments
 (0)
Please sign in to comment.