Skip to content

Commit

Permalink
fix: use exact class-validator version to fix type error
Browse files Browse the repository at this point in the history
* temporary fix for this:
  typestack/class-validator#1412
  • Loading branch information
hnbnh committed May 12, 2022
1 parent e92c5d1 commit 6876151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/platform-express": "^8.0.6",
"@nestjs/swagger": "^5.0.9",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"class-validator": "0.13.1",
"joi": "^17.4.2",
"node-fetch": "^2.6.1",
"reflect-metadata": "^0.1.13",
Expand Down

0 comments on commit 6876151

Please sign in to comment.