Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
tap@18.5.3
@tapjs/run@1.4.10
@tapjs/reporter@1.3.10
@tapjs/dummy-plugin@1.1.14
@tapjs/docs@1.2.1
  • Loading branch information
isaacs committed Oct 28, 2023
1 parent 5550301 commit c92ed7a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion src/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/docs",
"version": "1.2.0",
"version": "1.2.1",
"description": "The content for https://node-tap.org",
"type": "commonjs",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/dummy-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/dummy-plugin",
"version": "1.1.13",
"version": "1.1.14",
"description": "an example plugin for use in testing tap itself",
"tshy": {
"main": true,
Expand Down Expand Up @@ -96,7 +96,7 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"dependencies": {
"@tapjs/reporter": "1.3.9",
"@tapjs/reporter": "1.3.10",
"ink": "^4.4.1",
"react": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/reporter",
"version": "1.3.9",
"version": "1.3.10",
"description": "Pretty test output reporters for tap",
"tshy": {
"dialects": [
Expand Down
4 changes: 2 additions & 2 deletions src/run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/run",
"version": "1.4.9",
"version": "1.4.10",
"description": "Command-line interface for the node-tap runner",
"tshy": {
"dialects": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"@tapjs/before": "1.1.13",
"@tapjs/config": "2.4.9",
"@tapjs/processinfo": "^3.1.5",
"@tapjs/reporter": "1.3.9",
"@tapjs/reporter": "1.3.10",
"@tapjs/spawn": "1.1.13",
"@tapjs/stdin": "1.1.13",
"@tapjs/test": "1.3.13",
Expand Down
4 changes: 2 additions & 2 deletions src/tap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tap",
"version": "18.5.2",
"version": "18.5.3",
"description": "A Test-Anything-Protocol library for JavaScript",
"tshy": {
"main": true,
Expand Down Expand Up @@ -54,7 +54,7 @@
"@tapjs/intercept": "1.2.13",
"@tapjs/mock": "1.2.11",
"@tapjs/node-serialize": "1.2.2",
"@tapjs/run": "1.4.9",
"@tapjs/run": "1.4.10",
"@tapjs/snapshot": "1.2.13",
"@tapjs/spawn": "1.1.13",
"@tapjs/stdin": "1.1.13",
Expand Down

0 comments on commit c92ed7a

Please sign in to comment.