Update nest monorepo to v6.2.0

This commit is contained in:
Renovate Bot
2019-05-11 11:59:32 +00:00
parent 5fce020f08
commit cbbbc9d257
54 changed files with 1791 additions and 988 deletions

View File

@@ -10,11 +10,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "6.1.1",
"@nestjs/core": "6.1.1",
"@nestjs/microservices": "6.1.1",
"@nestjs/platform-express": "6.1.1",
"@nestjs/testing": "6.1.1",
"@nestjs/common": "6.2.0",
"@nestjs/core": "6.2.0",
"@nestjs/microservices": "6.2.0",
"@nestjs/platform-express": "6.2.0",
"@nestjs/testing": "6.2.0",
"class-transformer": "0.2.2",
"class-validator": "0.9.1",
"reflect-metadata": "0.1.13",