feat: add ghostery adblocker & update deps

Woah, two years :)
This commit is contained in:
2026-02-14 14:36:20 +07:00
parent bb9a31cc78
commit b1c4ed915e
4 changed files with 166 additions and 158 deletions

View File

@@ -11,19 +11,20 @@
"build": "swc ./src -d dist --strip-leading-paths"
},
"devDependencies": {
"@swc-node/register": "^1.10.10",
"@swc-node/register": "^1.11.1",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.11.20",
"@swc/core": "^1.15.11",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.8.3"
},
"dependencies": {
"patchright": "^1.51.3",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"playwright": "^1.51.1"
"@ghostery/adblocker-playwright": "^2.14.1",
"patchright": "^1.57.0",
"pino": "^9.14.0",
"pino-pretty": "^13.1.3",
"playwright": "^1.58.2"
},
"trustedDependencies": [
"@swc/core"