Closed lpsinger closed 1 year ago
Projects that use gulp-replace cannot currenlty be built with TypeScript 4.9 because gulp-replace depends on an old major version of @types/node.
A quick survey of a few of my other dependencies that require @types/node shows that most of them accept any version ("*").
"*"
This seems like the best solution for gulp-replace too.
See microsoft/TypeScript#51567.
@lpsinger give 1.1.4 a try and report back please!
Projects that use gulp-replace cannot currenlty be built with TypeScript 4.9 because gulp-replace depends on an old major version of @types/node.
A quick survey of a few of my other dependencies that require @types/node shows that most of them accept any version (
"*"
).This seems like the best solution for gulp-replace too.
See microsoft/TypeScript#51567.