Skip to content

Commit

Permalink
Merge pull request #1061 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 authored Jul 8, 2022
2 parents 4332f5a + 4ee2813 commit d406f1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
29 changes: 6 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.3",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.1",
"@types/node": "16.11.43",
"@types/jest": "28.1.4",
"@typescript-eslint/eslint-plugin": "5.30.5",
Expand All @@ -42,8 +42,8 @@
"typescript": "4.7.4"
},
"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"
},
Expand Down

0 comments on commit d406f1e

Please sign in to comment.