Commit bbc2878
authored
Permit any version of @types/node (#134)
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.1 parent 3437afc commit bbc2878
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments