class-validator-jsonschema
class-validator-jsonschema copied to clipboard
incorrect peer dependency "class-validator@^0.9.1"
I use latest class-validator 0.11.0, and it log warning during yarn install for class-validator-jsonschema. I think it should upgrade to class-validator version 0.11.0 in class-validator-jsonschema.
yarn install v1.19.1 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... warning " > [email protected]" has incorrect peer dependency "class-validator@^0.9.1".
What do you propose as the new peer dependency version? Latest class-validator version is 0.11.0
but routing-controllers seems to still have a peer dependency to class-validator 0.10.1
@epiphone is it possible use latest class-validator 0.11.0 as the dependency version ?
It is but then we'd end up with another warning of the same sort: " > [email protected]" has incorrect peer dependency "[email protected]".