build(dev-deps): Replace ts-node with tsx (#5261)

ts-node hasn't been maintained for a long time now and breaks with TS 7 due to the removal of varius APIs
This commit is contained in:
Fleny
2026-08-03 13:55:10 +05:30
committed by GitHub
parent 0016560de5
commit fca3cbba5e
9 changed files with 460 additions and 331 deletions
+1 -1
View File
@@ -42,8 +42,8 @@
"chai": "^6.2.2",
"mocha": "^11.7.6",
"sinon": "^22.0.0",
"ts-node": "^10.9.2",
"tsconfig": "*",
"tsx": "^4.23.5",
"typescript": "^6.0.3"
}
}