chore: move pino-pretty to dependencies

Sacrifice minimal performance for readability :cat_smirk:
This commit is contained in:
2025-04-14 08:43:02 +07:00
parent a63e92e91f
commit c6b571c68d

View File

@ -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": [