feat: add ghostery adblocker & update deps
Woah, two years :)
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user