gcanti / io-ts-codegen

Code generation for io-ts
https://gcanti.github.io/io-ts-codegen/
MIT License
156 stars 14 forks source link

Dependency update to io-ts@2.0.0 #44

Closed SAnDAnGE closed 5 years ago

SAnDAnGE commented 5 years ago

npm WARN io-ts-codegen@0.4.0 requires a peer of io-ts@^1.8.1 but none is installed. You must install peer dependencies yourself.

gcanti commented 5 years ago

Actually I'm not sure why there is such a dependency in the first place

SAnDAnGE commented 5 years ago

Probably to make sure the generated code is compatible with that specific version and doesn't break the compatibility ? :)