Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 21, 2019
1 parent b6e8433 commit 64e0116
Show file tree
Hide file tree
Showing 10 changed files with 360 additions and 194 deletions.
350 changes: 258 additions & 92 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@compodoc/compodoc": "1.1.9",
"@godaddy/terminus": "4.1.0",
"@grpc/proto-loader": "0.5.1",
"@nestjs/common": "6.2.0",
"@nestjs/core": "6.2.0",
"@nestjs/microservices": "6.2.0",
"@nestjs/common": "6.2.4",
"@nestjs/core": "6.2.4",
"@nestjs/microservices": "6.2.4",
"@nestjs/mongoose": "6.1.2",
"@nestjs/platform-express": "6.2.0",
"@nestjs/platform-fastify": "6.2.0",
"@nestjs/testing": "6.2.0",
"@nestjs/platform-express": "6.2.4",
"@nestjs/platform-fastify": "6.2.4",
"@nestjs/testing": "6.2.4",
"@nestjs/typeorm": "6.1.1",
"@types/jest": "24.0.13",
"@types/mongoose": "5.5.1",
Expand Down
42 changes: 21 additions & 21 deletions sample/000-dogs-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions sample/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"dependencies": {
"@godaddy/terminus": "4.1.0",
"@nestjs/common": "6.2.0",
"@nestjs/core": "6.2.0",
"@nestjs/microservices": "6.2.0",
"@nestjs/testing": "6.2.0",
"@nestjs/websockets": "6.2.0",
"@nestjs/common": "6.2.4",
"@nestjs/core": "6.2.4",
"@nestjs/microservices": "6.2.4",
"@nestjs/testing": "6.2.4",
"@nestjs/websockets": "6.2.4",
"class-transformer": "0.2.2",
"class-validator": "0.9.1",
"fastify": "2.3.0",
Expand Down
30 changes: 15 additions & 15 deletions sample/001-mongoose-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sample/001-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"@godaddy/terminus": "4.1.0",
"@nestjs/common": "6.2.0",
"@nestjs/core": "6.2.0",
"@nestjs/common": "6.2.4",
"@nestjs/core": "6.2.4",
"@nestjs/mongoose": "6.1.2",
"mongoose": "5.5.9",
"reflect-metadata": "0.1.13",
Expand All @@ -26,7 +26,7 @@
"typescript": "3.4.5"
},
"devDependencies": {
"@nestjs/testing": "6.2.0",
"@nestjs/testing": "6.2.4",
"@types/express": "4.16.1",
"@types/jest": "24.0.13",
"@types/node": "10.14.7",
Expand Down
42 changes: 21 additions & 21 deletions sample/002-microservice-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions sample/002-microservice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"dependencies": {
"@godaddy/terminus": "4.1.0",
"@nestjs/common": "6.2.0",
"@nestjs/core": "6.2.0",
"@nestjs/microservices": "6.2.0",
"@nestjs/testing": "6.2.0",
"@nestjs/websockets": "6.2.0",
"@nestjs/common": "6.2.4",
"@nestjs/core": "6.2.4",
"@nestjs/microservices": "6.2.4",
"@nestjs/testing": "6.2.4",
"@nestjs/websockets": "6.2.4",
"class-transformer": "0.2.2",
"class-validator": "0.9.1",
"fastify": "2.3.0",
Expand Down
Loading

0 comments on commit 64e0116

Please sign in to comment.