chore: remove dead pnpm.onlyBuiltDependencies from package.json

pnpm 11 no longer reads the package.json "pnpm" field and warns on it.
The build allowlist already lives in pnpm-workspace.yaml via allowBuilds
(better-sqlite3, esbuild, sharp), so this block was redundant noise.
This commit is contained in:
Andrey Avtomonov 2026-06-09 17:24:43 +02:00
parent 07ab275662
commit 9ff0e86bb8

View file

@ -69,11 +69,6 @@
"typescript": "^6.0.3",
"yaml": "^2.9.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
},
"license": "Apache-2.0",
"repository": {
"type": "git",