Skip to content

Commit

Permalink
Merge pull request #1331 from nestjs/renovate/major-nest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update nest monorepo to v9 (major)
  • Loading branch information
kamilmysliwiec committed Jul 8, 2022
2 parents 8770f0d + 7c6fe7e commit 8db515b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 35 deletions.
41 changes: 12 additions & 29 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 @@ -21,10 +21,10 @@
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.3",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/platform-express": "8.4.7",
"@nestjs/testing": "8.4.7",
"@nestjs/common": "9.0.0",
"@nestjs/core": "9.0.0",
"@nestjs/platform-express": "9.0.0",
"@nestjs/testing": "9.0.0",
"@types/jest": "28.1.4",
"@types/node": "17.0.8",
"@types/supertest": "2.0.12",
Expand Down Expand Up @@ -52,8 +52,8 @@
"uuid": "8.3.2"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
"typeorm": "^0.3.0"
Expand Down

0 comments on commit 8db515b

Please sign in to comment.