Skip to content

Commit

Permalink
Merge pull request #81 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 dee7317 + 4f87bf9 commit 7032def
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,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 @@ -46,7 +46,7 @@
"typescript": "4.3.5"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/common": "^7.0.0 || ^8.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0"
},
Expand Down

0 comments on commit 7032def

Please sign in to comment.