-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: class-validator version 0.10.1 explicitly required #550
Comments
same question here. is this something like misspelling issue? |
bump @pleerock @MichalLytek |
@zefexdeveloper ping @jotamorais, not us, as he's the maintainer now 😉 |
This was introduced in #472 and it has been object of several discussions previous to that (whether to keep as a project dependency or move it to peerDependencies exclusively. |
@jotamorais I think it should continue as a |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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?
The text was updated successfully, but these errors were encountered: