Skip to content

Commit

Permalink
feat: add support for nestjs^9
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Sep 23, 2022
1 parent 4f2f24c commit 2fb6009
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 @@ -42,8 +42,8 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"@nestjs/common": ">=8 <9",
"@nestjs/core": ">=8 <9"
"@nestjs/common": ">=8 <=9",
"@nestjs/core": ">=8 <=9"
},
"version": "1.1.1"
}

0 comments on commit 2fb6009

Please sign in to comment.