chore(common): eliminate ts-node ref from most subpackages

This commit is contained in:
Joshua A. Horton 2024-06-10 10:07:58 +07:00
parent cb9ac807e0
commit d07fa7e953
20 changed files with 3 additions and 33 deletions

View file

@ -54,7 +54,6 @@
"c8": "^7.12.0",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
},
"type": "module"

View file

@ -46,7 +46,6 @@
"@keymanapp/resources-gosh": "*",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
},
"dependencies": {

View file

@ -20,7 +20,6 @@
"@keymanapp/resources-gosh": "*",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
},
"dependencies": {

View file

@ -21,7 +21,6 @@
"c8": "^7.12.0",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
},
"scripts": {

View file

@ -34,7 +34,6 @@
"combine-source-map": "^0.8.0",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
},
"dependencies": {

View file

@ -51,7 +51,6 @@
"git-diff": "^2.0.6",
"hexy": "^0.3.4",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"mocha": {

View file

@ -10,7 +10,6 @@
],
"devDependencies": {
"@types/node": "^20.4.1",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"scripts": {

View file

@ -13,7 +13,6 @@
},
"devDependencies": {
"@types/node": "^20.4.1",
"ts-node": "^9.1.1",
"typescript": "^5.4.5",
"c8": "^7.12.0",
"mocha": "^8.4.0"

View file

@ -34,7 +34,6 @@
"c8": "^7.12.0",
"chalk": "^2.4.2",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"repository": {

View file

@ -33,7 +33,6 @@
"c8": "^7.12.0",
"chalk": "^2.4.2",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"mocha": {

View file

@ -41,7 +41,6 @@
"chalk": "^2.4.2",
"mocha": "^8.4.0",
"sinon-chai": "^3.7.0",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"mocha": {

View file

@ -39,7 +39,6 @@
"c8": "^7.12.0",
"chalk": "^2.4.2",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"mocha": {

View file

@ -40,7 +40,6 @@
"c8": "^7.12.0",
"chalk": "^2.4.2",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"mocha": {

View file

@ -43,8 +43,7 @@
"c8": "^7.12.0",
"chalk": "^2.4.2",
"esbuild": "^0.15.7",
"mocha": "^10.0.0",
"ts-node": "^10.9.1"
"mocha": "^10.0.0"
},
"mocha": {
"spec": "build/test/**/test-*.js",

View file

@ -40,7 +40,6 @@
"c8": "^7.12.0",
"chalk": "^2.4.2",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"mocha": {

View file

@ -61,7 +61,6 @@
"c8": "^7.12.0",
"esbuild": "^0.15.8",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"mocha": {

View file

@ -32,12 +32,7 @@
"@types/ws": "^8.2.2",
"copyfiles": "^2.4.1",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"tsc-watch": "^4.5.0",
"typescript": "^5.4.5"
},
"mocha": {
"require": "ts-node/register",
"spec": "build/**/*.test.js"
}
}

View file

@ -11,8 +11,7 @@
"devDependencies": {
"@types/semver": "^7.1.0",
"@types/yargs": "^17.0.26",
"semver": "^7.5.2",
"ts-node": "^10.9.1"
"semver": "^7.5.2"
},
"files": [
"src"

View file

@ -1,7 +0,0 @@
{
"node-option": [
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
],
"global": "window"
}

View file

@ -92,8 +92,7 @@
"@sentry/cli": "^2.31.0",
"c8": "^7.12.0",
"jsdom": "^23.0.1",
"mocha": "^10.0.0",
"ts-node": "^10.9.1"
"mocha": "^10.0.0"
},
"scripts": {
"test": "gosh ./test.sh"