Skip to content

Commit

Permalink
fix: peer dependencies for pino 8 too
Browse files Browse the repository at this point in the history
  • Loading branch information
enricodeleo committed Jul 5, 2022
1 parent 980f299 commit 68f2614
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 @@ -69,7 +69,7 @@
"typescript": "^4.7.3"
},
"peerDependencies": {
"pino": "^7.0.0"
"pino": "^7.0.0 || ^8.0.0"
},
"volta": {
"node": "16.15.1",
Expand Down

0 comments on commit 68f2614

Please sign in to comment.