Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 10, 2019
1 parent a017841 commit 2541824
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 180 deletions.
56 changes: 16 additions & 40 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@compodoc/compodoc": "1.1.9",
"@godaddy/terminus": "4.1.0",
"@grpc/proto-loader": "0.4.0",
"@nestjs/common": "6.0.5",
"@nestjs/core": "6.0.5",
"@nestjs/microservices": "6.0.5",
"@nestjs/platform-express": "6.0.5",
"@nestjs/platform-fastify": "6.0.5",
"@nestjs/testing": "6.0.5",
"@nestjs/common": "6.1.0",
"@nestjs/core": "6.1.0",
"@nestjs/microservices": "6.1.0",
"@nestjs/platform-express": "6.1.0",
"@nestjs/platform-fastify": "6.1.0",
"@nestjs/testing": "6.1.0",
"@types/jest": "24.0.11",
"@types/mongoose": "5.3.25",
"@types/node": "11.13.2",
Expand Down
61 changes: 15 additions & 46 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.0.5",
"@nestjs/core": "6.0.5",
"@nestjs/microservices": "6.0.5",
"@nestjs/testing": "6.0.5",
"@nestjs/websockets": "6.0.5",
"@nestjs/common": "6.1.0",
"@nestjs/core": "6.1.0",
"@nestjs/microservices": "6.1.0",
"@nestjs/testing": "6.1.0",
"@nestjs/websockets": "6.1.0",
"class-transformer": "0.2.0",
"class-validator": "0.9.1",
"fastify": "2.2.0",
Expand Down
18 changes: 9 additions & 9 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.0.5",
"@nestjs/core": "6.0.5",
"@nestjs/common": "6.1.0",
"@nestjs/core": "6.1.0",
"@nestjs/mongoose": "6.0.0",
"mongoose": "5.5.0",
"reflect-metadata": "0.1.13",
Expand All @@ -26,7 +26,7 @@
"typescript": "3.4.3"
},
"devDependencies": {
"@nestjs/testing": "6.0.5",
"@nestjs/testing": "6.1.0",
"@types/express": "4.16.0",
"@types/jest": "24.0.11",
"@types/node": "10.14.4",
Expand Down
30 changes: 15 additions & 15 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.0.5",
"@nestjs/core": "6.0.5",
"@nestjs/microservices": "6.0.5",
"@nestjs/testing": "6.0.5",
"@nestjs/websockets": "6.0.5",
"@nestjs/common": "6.1.0",
"@nestjs/core": "6.1.0",
"@nestjs/microservices": "6.1.0",
"@nestjs/testing": "6.1.0",
"@nestjs/websockets": "6.1.0",
"class-transformer": "0.2.0",
"class-validator": "0.9.1",
"fastify": "2.2.0",
Expand Down
Loading

0 comments on commit 2541824

Please sign in to comment.