Skip to content

Commit c05a0e6

Browse files
chore(common): set class-transformer and class-validator version constraint
1 parent 112450b commit c05a0e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"uid": "2.0.2"
2626
},
2727
"peerDependencies": {
28-
"class-transformer": "*",
29-
"class-validator": "*",
28+
"class-transformer": ">=0.4.1",
29+
"class-validator": ">=0.13.2",
3030
"reflect-metadata": "^0.1.12 || ^0.2.0",
3131
"rxjs": "^7.1.0"
3232
},

0 commit comments

Comments
 (0)