Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 8, 2022
1 parent ebacd0a commit 34c4eec
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 @@ -25,10 +25,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/jest": "28.1.4",
"@types/node": "16.11.43",
"@typescript-eslint/eslint-plugin": "5.30.5",
Expand All @@ -48,8 +48,8 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0",
"@nestjs/common": "^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 34c4eec

Please sign in to comment.