gcanti / fp-ts-routing

A type-safe bidirectional routing library for TypeScript

Home Page:https://gcanti.github.io/fp-ts-routing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade dependencies to io-ts-types 0.4.0

sledorze opened this issue · comments

@sledorze fp-ts-routing is compatible with both versions (only NumberFromString is imported) so we could change to

"io-ts-types": "^0.3.6 || ^0.4.0"

right?

(Note: I did not know that was possible..)