Skip to content

Commit 59e6182

Browse files
committed
fix: update tap ts plugins
1 parent 10398b7 commit 59e6182

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.taprc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ allow-incomplete-coverage: false
44
plugin:
55
- "@tapjs/sinon"
66
- "!@tapjs/intercept"
7+
- "@tapjs/tsx"
8+
- "!@tapjs/typescript"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@tapjs/sinon": "^1.1.18",
26+
"@tapjs/tsx": "^1.1.19",
2627
"@tsconfig/node18": "^18.0.0",
2728
"@types/mustache": "^4.0.0",
2829
"@types/node": "^18.0.0",
@@ -32,7 +33,7 @@
3233
"eslint": "^8.0.0",
3334
"tap": "^18.7.0",
3435
"ts-node": "^10.0.0",
35-
"typescript": "5.2.2"
36+
"typescript": "^5.3.3"
3637
},
3738
"peerDependencies": {
3839
"code-skeleton": "^2.0.0"

0 commit comments

Comments
 (0)