Skip to content

question: class-validator version 0.10.1 explicitly required #550

Closed
@sergey-prokofiev

Description

@sergey-prokofiev

routing-controllers refers to a concrete version(0.10.1) of class-validator

"class-validator": "0.10.1"

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:
"class-transformer": "^0.2.3",

So I can't update to the latest version of class-validator (0.11.1).
Why it was done in this way?

Metadata

Metadata

Assignees

Labels

type: questionQuestions about the usage of the library.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions