Skip to content

Commit

Permalink
fix(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2022
1 parent 4036c20 commit 670d4ce
Show file tree
Hide file tree
Showing 24 changed files with 284 additions and 297 deletions.
137 changes: 62 additions & 75 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 @@ -50,15 +50,15 @@
"@mikro-orm/mysql": "5.3.1",
"@mikro-orm/nestjs": "5.1.0",
"@nestjs/axios": "0.1.0",
"@nestjs/common": "9.0.8",
"@nestjs/core": "9.0.8",
"@nestjs/microservices": "9.0.8",
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/microservices": "9.0.9",
"@nestjs/mongoose": "9.2.0",
"@nestjs/platform-express": "9.0.8",
"@nestjs/platform-fastify": "9.0.8",
"@nestjs/platform-express": "9.0.9",
"@nestjs/platform-fastify": "9.0.9",
"@nestjs/sequelize": "9.0.0",
"@nestjs/swagger": "6.0.5",
"@nestjs/testing": "9.0.8",
"@nestjs/testing": "9.0.9",
"@nestjs/typeorm": "9.0.0",
"@release-it/conventional-changelog": "5.0.0",
"@types/express": "4.17.13",
Expand Down
30 changes: 15 additions & 15 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 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "9.0.8",
"@nestjs/core": "9.0.8",
"@nestjs/platform-express": "9.0.8",
"@nestjs/terminus": "9.1.0",
"@nestjs/testing": "9.0.8",
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/platform-express": "9.0.9",
"@nestjs/terminus": "9.1.1",
"@nestjs/testing": "9.0.9",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.6"
},
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.

Loading

0 comments on commit 670d4ce

Please sign in to comment.