Skip to content

Commit

Permalink
Merge pull request #959 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 eb5378c + 02dd2fe commit 74881c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 34 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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"test": "jest"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"passport": "^0.4.0 || ^0.5.0 || ^0.6.0"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.3",
"@nestjs/common": "8.4.7",
"@nestjs/common": "9.0.1",
"@types/node": "17.0.17",
"@nestjs/core": "8.4.7",
"@nestjs/core": "9.0.1",
"@nestjs/jwt": "8.0.1",
"@nestjs/platform-express": "8.4.7",
"@nestjs/testing": "8.4.7",
"@nestjs/platform-express": "9.0.1",
"@nestjs/testing": "9.0.1",
"@types/jest": "28.1.4",
"@types/passport": "1.0.9",
"@types/passport-jwt": "3.0.6",
Expand Down

0 comments on commit 74881c2

Please sign in to comment.