Skip to content

Commit

Permalink
tap-parser@11
Browse files Browse the repository at this point in the history
also, dependencies that also depend on tap-parser
  • Loading branch information
isaacs committed Mar 5, 2022
1 parent 567384e commit b784d77
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -32,7 +32,7 @@
"isexe": "^2.0.0",
"istanbul-lib-processinfo": "^2.0.2",
"jackspeak": "^1.4.1",
"libtap": "^1.2.1",
"libtap": "^1.2.2",
"minipass": "^3.1.1",
"mkdirp": "^1.0.4",
"nyc": "^15.1.0",
Expand All @@ -41,11 +41,11 @@
"rimraf": "^3.0.0",
"signal-exit": "^3.0.6",
"source-map-support": "^0.5.16",
"tap-mocha-reporter": "^5.0.2",
"tap-parser": "^10.0.1",
"tap-mocha-reporter": "^5.0.3",
"tap-parser": "^11.0.0",
"tap-yaml": "^1.0.0",
"tcompare": "^5.0.7",
"treport": "^3.0.2",
"treport": "^3.0.3",
"which": "^2.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test/run/basic.js.test.cjs
Expand Up @@ -6,7 +6,7 @@
*/
'use strict'
exports[`test/run/basic.js TAP --parser-version > output 1`] = `
10.1.0
11.0.0
`

Expand Down

0 comments on commit b784d77

Please sign in to comment.