Skip to content

Commit

Permalink
Merge branch 'nestjs_9' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorobkov committed Aug 29, 2022
2 parents 152ab43 + 26c875f commit dfac0df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"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"
"slonik": ">=27.0.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit dfac0df

Please sign in to comment.