Skip to content

Commit

Permalink
Merge pull request #379 from legobeat/deps-dedupe-typescript
Browse files Browse the repository at this point in the history
chore: bump and align dependencies; dedupe typescript
  • Loading branch information
PabloLION authored Oct 24, 2023
2 parents 6142cc6 + 726d2c2 commit 765f25c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
23 changes: 7 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
3 changes: 1 addition & 2 deletions test/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ describe('TypeScript', () => {
module: ts.ModuleKind.CommonJS,
allowJs: true,
configFilePath: undefined
},
compileOnSave: undefined
}
});
done();
}).catch(done);
Expand Down

0 comments on commit 765f25c

Please sign in to comment.