acrazing/dpdm

Support TypeScript v5

ysgk opened this issue · 2 comments

ysgk commented

Because dpdm currently depends on typescript@^4.9.4, using the latest version of typescript and dpdm together will result in two different typescript versions being installed. This is quite an overhead in terms of the installation size, and it would be nice if dpdm would support typescript v5.

TypeScript is upgraded to 5.0.2!

You can try it by install the latest version of dpdm:

npm i -g dpdm@latest
dpdm --version # make sure it is 3.13.0
ysgk commented

Confirmed, thank you.