Skip to content

Commit

Permalink
feat(): add nest v9 as supported peer dependency version
Browse files Browse the repository at this point in the history
close #1
  • Loading branch information
mkorobkov committed Aug 29, 2022
1 parent 152ab43 commit bd8683b
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 @@ -57,8 +57,8 @@
"uuid": "8.3.2"
},
"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",
"slonik": ">=1.0.0"
Expand Down

0 comments on commit bd8683b

Please sign in to comment.