Skip to content

Commit

Permalink
Merge pull request #937 from nestjs/renovate/major-nest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update nest monorepo to v8 (major)
  • Loading branch information
kamilmysliwiec authored Jul 7, 2021
2 parents 3fa7058 + 9360ee3 commit aff9cde
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
64 changes: 32 additions & 32 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 @@ -22,10 +22,10 @@
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-angular": "12.1.4",
"@nestjs/common": "7.6.18",
"@nestjs/core": "7.6.18",
"@nestjs/platform-express": "7.6.18",
"@nestjs/testing": "7.6.18",
"@nestjs/common": "8.0.0",
"@nestjs/core": "8.0.0",
"@nestjs/platform-express": "8.0.0",
"@nestjs/testing": "8.0.0",
"@types/jest": "26.0.24",
"@types/node": "14.17.4",
"@typescript-eslint/eslint-plugin": "4.28.2",
Expand All @@ -48,8 +48,8 @@
"typescript": "4.3.5"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0 || ^7.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0",
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
"mongoose": "^5.11.15 || ^5.12.4",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0"
Expand Down

0 comments on commit aff9cde

Please sign in to comment.