MichalLytek / class-transformer-validator

A simple plugin for class-transformer and class-validator which combines them in a nice and programmer-friendly API.
MIT License
200 stars 19 forks source link

[deps] - updated class-validator to version 0.8.4 #11

Closed AntoineMaitre closed 6 years ago

AntoineMaitre commented 6 years ago

Bumped peerDependencies and devDependencies to latest stable version

MichalLytek commented 6 years ago

I'm not sure if this bump is needed - with semver you can easily install 0.8.4 in your project and npm won't complain about unmet peer dependency. This PR would break other project that has 0.8.1 installed, they would be forced to bump the minor version.

AntoineMaitre commented 6 years ago

Alright then you can drop this PR ;)
Thanks for providing detail about that 👍