Skip to content

Commit

Permalink
fix: add pino as peer dependency iamolegga#1004
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3ric authored Oct 30, 2024
1 parent 1efc04e commit 87e537c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"pino-http": "^6.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
"pino-http": "^6.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"pino": "^7.5.0" || "^8.0.0" || "^9.0.0"
}
}

0 comments on commit 87e537c

Please sign in to comment.