diff --git a/package.json b/package.json index 767153dc..596fc8fd 100644 --- a/package.json +++ b/package.json @@ -44,27 +44,18 @@ "url": "https://www.paypal.me/pahen" }, "dependencies": { - "chalk": "^4.1.1", + "chalk": "^4.1.2", "commander": "^7.2.0", "commondir": "^1.0.1", - "debug": "^4.3.1", - "dependency-tree": "^9.0.0", - "detective-amd": "^4.0.1", - "detective-cjs": "^4.0.0", - "detective-es6": "^3.0.0", - "detective-less": "^1.0.2", - "detective-postcss": "^6.1.0", - "detective-sass": "^4.0.1", - "detective-scss": "^3.0.0", - "detective-stylus": "^2.0.1", - "detective-typescript": "^9.0.0", + "debug": "^4.3.4", + "dependency-tree": "^10.0.9", "ora": "^5.4.1", "pluralize": "^8.0.0", - "precinct": "^8.1.0", + "precinct": "^11.0.5", "pretty-ms": "^7.0.1", - "rc": "^1.2.7", + "rc": "^1.2.8", "stream-to-array": "^2.3.0", - "ts-graphviz": "^1.5.0", + "ts-graphviz": "^1.8.1", "walkdir": "^0.4.1" }, "peerDependencies": { @@ -83,6 +74,6 @@ "mz": "^2.7.0", "release-it": "^15.6.0", "should": "^13.2.3", - "typescript": "^4.9.5" + "typescript": "^5.0.4 <5.2" } } diff --git a/test/typescript.js b/test/typescript.js index bce562fa..ef2a1917 100644 --- a/test/typescript.js +++ b/test/typescript.js @@ -52,8 +52,7 @@ describe('TypeScript', () => { module: ts.ModuleKind.CommonJS, allowJs: true, configFilePath: undefined - }, - compileOnSave: undefined + } }); done(); }).catch(done);