typera icon indicating copy to clipboard operation
typera copied to clipboard

Get rid of io-ts-types dependency

Open sluukkonen opened this issue 2 years ago • 1 comments

As far as I can tell, io-ts-types is used only for IntFromString. This seems a bit heavyweight, since users of typera-common must also add monocle-ts and newtype-ts to their peerDependencies get rid of yarn/npm warnings.

It think it would be worth it to reimplement IntFromString from scratch to get rid of these deps. I can send a PR if you agree.

sluukkonen avatar Sep 29 '22 06:09 sluukkonen

Sounds good, please do!

akheron avatar Oct 01 '22 18:10 akheron