Skip to content

Commit

Permalink
chore: add nest.js 9 version to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbl428 committed May 7, 2023
1 parent 0a061e8 commit 0849f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"vitest": "^0.30.1"
},
"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",
"class-transformer": "*",
"reflect-metadata": "*"
},
Expand Down

0 comments on commit 0849f85

Please sign in to comment.