Skip to content

Commit a9cb3a4

Browse files
fix: allow higher pino versions (#30)
1 parent 856c6bf commit a9cb3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "^4.1.3"
5757
},
5858
"peerDependencies": {
59-
"pino": "^6.0.0"
59+
"pino": ">=6.0.0 <8.0.0"
6060
},
6161
"prettier": {
6262
"arrowParens": "always",

0 commit comments

Comments
 (0)