X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=4285971a3c8ed62b52ce32c21905c6e574a93ce3;hb=563a5165fc04fdc988d5e3bb02d3764d25ba8e45;hp=b6541c611f0119acc09e70a662331d162f9a6d4f;hpb=b5f5cfd32dd0394623eaa6d2af2bbb9394718fa9;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index b6541c61..4285971a 100644 --- a/package.json +++ b/package.json @@ -75,8 +75,8 @@ "lint": "cross-env TIMING=1 eslint --cache src", "lint:fix": "cross-env TIMING=1 eslint --cache --fix src", "format": "prettier --cache --write .", - "test": "glob -c \"c8 node --loader tsx --no-warnings=ExperimentalWarning --test\" \"tests/**/*.test.ts\"", - "test:debug": "glob -c \"node --loader tsx --no-warnings=ExperimentalWarning --test --inspect\" \"tests/**/*.test.ts\"", + "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"", + "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", "clinic:clean": "clinic clean", @@ -108,7 +108,7 @@ "logform": "^2.6.0", "mnemonist": "^0.39.5", "mongodb": "^6.1.0", - "poolifier": "^3.0.0", + "poolifier": "^3.0.2", "source-map-support": "^0.5.21", "tar": "^6.2.0", "tslib": "^2.6.2", @@ -128,12 +128,12 @@ "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.6", + "@types/node": "^20.8.7", "@types/sinon": "^10.0.19", "@types/tar": "^6.1.6", "@types/ws": "^8.5.7", "@typescript-eslint/eslint-plugin": "^6.8.0", - "@typescript-eslint/parser": "^6.7.5", + "@typescript-eslint/parser": "^6.8.0", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", @@ -160,7 +160,7 @@ "semver": "^7.5.4", "sinon": "^16.1.0", "ts-node": "^10.9.1", - "tsx": "^3.13.0", + "tsx": "^3.14.0", "typescript": "~5.2.2" } }