lazd / gulp-replace

A string replace plugin for gulp
MIT License
496 stars 88 forks source link

Permit any version of @types/node #134

Closed lpsinger closed 1 year ago

lpsinger commented 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.

lazd commented 1 year ago

@lpsinger give 1.1.4 a try and report back please!