Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 13, 2023
1 parent 1a6ab31 commit 788d93a
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 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/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/config",
"version": "2.4.12",
"version": "2.4.13",
"description": "Utility loading and managing tap configuration",
"tshy": {
"main": true,
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.17",
"version": "1.1.18",
"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.13",
"@tapjs/reporter": "1.3.14",
"ink": "^4.4.1",
"react": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/esbuild-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/esbuild-kit",
"version": "1.1.16",
"version": "1.1.17",
"description": "Alternative to @tapjs/typescript. Load typescript using @esbuild-kit/cjs-loader and @esbuild-kit/esm-loader instead of ts-node.",
"tshy": {
"main": true,
Expand Down
4 changes: 2 additions & 2 deletions src/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/reporter",
"version": "1.3.13",
"version": "1.3.14",
"description": "Pretty test output reporters for tap",
"tshy": {
"dialects": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/config": "2.4.12",
"@tapjs/config": "2.4.13",
"@tapjs/stack": "1.2.7",
"chalk": "^5.2.0",
"ink": "^4.4.1",
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "1.4.15",
"description": "Command-line interface for the node-tap runner",
"tshy": {
"dialects": [
Expand Down Expand Up @@ -41,9 +41,9 @@
"dependencies": {
"@tapjs/after": "1.1.16",
"@tapjs/before": "1.1.16",
"@tapjs/config": "2.4.12",
"@tapjs/config": "2.4.13",
"@tapjs/processinfo": "^3.1.6",
"@tapjs/reporter": "1.3.13",
"@tapjs/reporter": "1.3.14",
"@tapjs/spawn": "1.1.16",
"@tapjs/stdin": "1.1.16",
"@tapjs/test": "1.3.16",
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.7",
"version": "18.5.8",
"description": "A Test-Anything-Protocol library for JavaScript",
"tshy": {
"main": true,
Expand Down Expand Up @@ -54,7 +54,7 @@
"@tapjs/intercept": "1.2.16",
"@tapjs/mock": "1.2.14",
"@tapjs/node-serialize": "1.2.5",
"@tapjs/run": "1.4.14",
"@tapjs/run": "1.4.15",
"@tapjs/snapshot": "1.2.16",
"@tapjs/spawn": "1.1.16",
"@tapjs/stdin": "1.1.16",
Expand Down

0 comments on commit 788d93a

Please sign in to comment.