Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 16, 2021
1 parent a179d46 commit bdce57f
Show file tree
Hide file tree
Showing 25 changed files with 509 additions and 437 deletions.
144 changes: 75 additions & 69 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"@compodoc/compodoc": "1.1.14",
"@godaddy/terminus": "4.9.0",
"@grpc/proto-loader": "0.6.2",
"@nestjs/common": "7.6.17",
"@nestjs/core": "7.6.17",
"@nestjs/microservices": "7.6.17",
"@nestjs/common": "8.0.4",
"@nestjs/core": "8.0.4",
"@nestjs/microservices": "8.0.4",
"@nestjs/mongoose": "7.2.4",
"@nestjs/platform-express": "7.6.17",
"@nestjs/platform-fastify": "7.6.17",
"@nestjs/platform-express": "8.0.4",
"@nestjs/platform-fastify": "8.0.4",
"@nestjs/sequelize": "0.2.0",
"@nestjs/swagger": "5.0.3",
"@nestjs/testing": "7.6.17",
"@nestjs/testing": "8.0.4",
"@nestjs/typeorm": "7.1.5",
"@release-it/conventional-changelog": "3.0.1",
"@types/deprecate": "1.1.0",
Expand Down Expand Up @@ -99,8 +99,8 @@
"typescript": "4.0.3"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.4"
},
Expand Down
Loading

0 comments on commit bdce57f

Please sign in to comment.