chore: replace allowNonAppliedPatches with allowUnusedPatches

This commit is contained in:
Meier Lukas
2025-03-27 23:45:36 +01:00
parent 94d3dad909
commit a0ee558582

View File

@@ -69,13 +69,13 @@
"tree-sitter", "tree-sitter",
"tree-sitter-json" "tree-sitter-json"
], ],
"allowNonAppliedPatches": true,
"overrides": { "overrides": {
"proxmox-api>undici": "7.6.0" "proxmox-api>undici": "7.6.0"
}, },
"patchedDependencies": { "patchedDependencies": {
"pretty-print-error": "patches/pretty-print-error.patch" "pretty-print-error": "patches/pretty-print-error.patch"
}, },
"allowUnusedPatches": true,
"ignoredBuiltDependencies": [ "ignoredBuiltDependencies": [
"@scarf/scarf", "@scarf/scarf",
"core-js-pure", "core-js-pure",