chore: move pino-pretty to dependencies
Sacrifice minimal performance for readability :cat_smirk:
This commit is contained in:
@ -14,8 +14,7 @@
|
|||||||
"@swc-node/register": "^1.10.10",
|
"@swc-node/register": "^1.10.10",
|
||||||
"@swc/cli": "^0.6.0",
|
"@swc/cli": "^0.6.0",
|
||||||
"@swc/core": "^1.11.20",
|
"@swc/core": "^1.11.20",
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest"
|
||||||
"pino-pretty": "^13.0.0"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
@ -23,6 +22,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"patchright": "^1.51.3",
|
"patchright": "^1.51.3",
|
||||||
"pino": "^9.6.0",
|
"pino": "^9.6.0",
|
||||||
|
"pino-pretty": "^13.0.0",
|
||||||
"playwright": "^1.51.1"
|
"playwright": "^1.51.1"
|
||||||
},
|
},
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
|
|||||||
Reference in New Issue
Block a user