Skip to content

Commit

Permalink
fix: Restore peer dep on Pino 8
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed May 7, 2024
1 parent d81589d commit 6c3c503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"fastify": "^4",
"pino": "^9"
"pino": "^8 || ^9"
},
"dependencies": {
"@fastify/autoload": "^5.8.2",
Expand Down

0 comments on commit 6c3c503

Please sign in to comment.