Skip to content

Commit

Permalink
fix: upgrade tap to fix the plugin issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed May 27, 2024
1 parent 5f5e60f commit f97429e
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 246 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@openpgp/web-stream-tools": "0.1.1",
"@tapjs/core": "2.0.0",
"@tapjs/test": "2.0.0",
"@tapjs/tsx": "1.1.24",
"@tapjs/core": "2.0.1",
"@tapjs/test": "2.0.1",
"@tapjs/tsx": "1.1.25",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.12.12",
Expand All @@ -55,15 +55,16 @@
"cross-env": "7.0.3",
"nock": "13.5.4",
"sinon": "18.0.0",
"tap": "19.0.0",
"tap": "19.0.2",
"to-readable-stream": "4.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"which": "4.0.0"
},
"tap": {
"plugin": [
"!@tapjs/typescript"
"!@tapjs/typescript",
"@tapjs/tsx"
]
}
}
Loading

0 comments on commit f97429e

Please sign in to comment.