fix(adblocker): fix blank screen

- fix #1942
- fix #2100
- fix #2103
This commit is contained in:
JellyBrick
2024-06-01 04:34:21 +09:00
parent b572623442
commit cd4f0ccad7
3 changed files with 12 additions and 10 deletions

View File

@ -121,7 +121,8 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18.0.0",
"pnpm": ">=8"
},
"pnpm": {
"overrides": {
@ -228,8 +229,5 @@
"package": true,
"unreleased": true,
"output": "changelog.md"
},
"engines": {
"pnpm": ">=8"
}
}