Skip to content

Commit

Permalink
feat(nestjs): add support to NestJS v9
Browse files Browse the repository at this point in the history
  • Loading branch information
tahubu authored and raschan committed Sep 6, 2022
1 parent 25830d1 commit 7c70645
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 @@ -75,8 +75,8 @@
"typescript": "4.3.5"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"class-transformer": "^0.3.0 || ^0.4.0 || ^0.5.1",
"class-validator": ">=0.13.2"
}
Expand Down

0 comments on commit 7c70645

Please sign in to comment.