privatenumber / pkgroll

📦 Zero-config package bundler for Node.js + TypeScript
MIT License
1.01k stars 23 forks source link

Support/Allow Typescript 5 as a Peer Dependency #34

Closed adaliszk closed 1 year ago

adaliszk commented 1 year ago

Great work on this tool! I was looking for something simpler than tsup and came across your simple yet powerful solution!

I have been playing around a bit, and it seems that Typescript 5 works just fine, so could we add that to the peer dependencies (like ^4.1 || ^5.0) so that we would not get warnings about that?

I ran into this specifically with PNPM, but I assume the same warning happens in other tools.

privatenumber commented 1 year ago

Thank you! And for sure, happy to accept a PR!

so1ve commented 1 year ago

The issue is resolved, so consider closing this issue?

privatenumber commented 1 year ago

Closed via https://github.com/privatenumber/pkgroll/pull/35