Skip to content

Commit

Permalink
Merge pull request #973 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 bd5b34d + ab0bd71 commit 6bb8fe6
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
Expand Up @@ -24,10 +24,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.1",
"@nestjs/core": "9.0.1",
"@nestjs/platform-express": "9.0.1",
"@nestjs/testing": "9.0.1",
"@types/cron": "2.0.0",
"@types/jest": "28.1.4",
"@types/node": "17.0.35",
Expand All @@ -51,8 +51,8 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0",
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0",
"reflect-metadata": "^0.1.12"
},
"lint-staged": {
Expand Down

0 comments on commit 6bb8fe6

Please sign in to comment.