Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 22, 2021
1 parent be43410 commit fc2d73f
Show file tree
Hide file tree
Showing 22 changed files with 183 additions and 183 deletions.
42 changes: 21 additions & 21 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 @@ -41,15 +41,15 @@
"@grpc/grpc-js": "1.4.4",
"@grpc/proto-loader": "0.6.5",
"@nestjs/axios": "0.0.3",
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/microservices": "8.2.2",
"@nestjs/common": "8.2.3",
"@nestjs/core": "8.2.3",
"@nestjs/microservices": "8.2.3",
"@nestjs/mongoose": "9.0.0",
"@nestjs/platform-express": "8.2.2",
"@nestjs/platform-fastify": "8.2.2",
"@nestjs/platform-express": "8.2.3",
"@nestjs/platform-fastify": "8.2.3",
"@nestjs/sequelize": "8.0.0",
"@nestjs/swagger": "5.1.5",
"@nestjs/testing": "8.2.2",
"@nestjs/testing": "8.2.3",
"@nestjs/typeorm": "8.0.2",
"@release-it/conventional-changelog": "3.3.0",
"@types/express": "4.17.13",
Expand Down
24 changes: 12 additions & 12 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.

8 changes: 4 additions & 4 deletions sample/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/platform-express": "8.2.2",
"@nestjs/common": "8.2.3",
"@nestjs/core": "8.2.3",
"@nestjs/platform-express": "8.2.3",
"@nestjs/terminus": "8.0.1",
"@nestjs/testing": "8.2.2",
"@nestjs/testing": "8.2.3",
"reflect-metadata": "0.1.13",
"rxjs": "7.4.0"
},
Expand Down
24 changes: 12 additions & 12 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.

8 changes: 4 additions & 4 deletions sample/001-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/common": "8.2.3",
"@nestjs/core": "8.2.3",
"@nestjs/mongoose": "9.0.0",
"@nestjs/platform-express": "8.2.2",
"@nestjs/platform-express": "8.2.3",
"@nestjs/terminus": "8.0.1",
"mongoose": "6.0.4",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.4.0"
},
"devDependencies": {
"@nestjs/testing": "8.2.2",
"@nestjs/testing": "8.2.3",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/mongoose": "5.11.96",
Expand Down
24 changes: 12 additions & 12 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.

8 changes: 4 additions & 4 deletions sample/002-microservice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/microservices": "8.2.2",
"@nestjs/platform-express": "8.2.2",
"@nestjs/common": "8.2.3",
"@nestjs/core": "8.2.3",
"@nestjs/microservices": "8.2.3",
"@nestjs/platform-express": "8.2.3",
"@nestjs/terminus": "8.0.1",
"class-transformer": "0.4.1",
"class-validator": "0.13.1",
Expand Down
18 changes: 9 additions & 9 deletions sample/003-memory-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/003-memory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"test:watch": "jest --watch --config=jest.json"
},
"dependencies": {
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/platform-express": "8.2.2",
"@nestjs/common": "8.2.3",
"@nestjs/core": "8.2.3",
"@nestjs/platform-express": "8.2.3",
"@nestjs/terminus": "8.0.1",
"class-transformer": "0.4.1",
"class-validator": "0.13.1",
Expand Down
Loading

0 comments on commit fc2d73f

Please sign in to comment.