Closed
Description
routing-controllers refers to a concrete version(0.10.1) of class-validator
routing-controllers/package.json
Line 87 in a00d08d
instead of typical 'auto-update patches and minor versions' approach, like ^0.10.1.
For example, class-transformer is used with mentioned auto-update approach:
routing-controllers/package.json
Line 86 in a00d08d
So I can't update to the latest version of class-validator (0.11.1).
Why it was done in this way?