From a0ee5585820fc0f5af2f1054c5901018a00322ec Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Thu, 27 Mar 2025 23:45:36 +0100 Subject: [PATCH] chore: replace allowNonAppliedPatches with allowUnusedPatches --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfc5b0314..1c2415a97 100644 --- a/package.json +++ b/package.json @@ -69,13 +69,13 @@ "tree-sitter", "tree-sitter-json" ], - "allowNonAppliedPatches": true, "overrides": { "proxmox-api>undici": "7.6.0" }, "patchedDependencies": { "pretty-print-error": "patches/pretty-print-error.patch" }, + "allowUnusedPatches": true, "ignoredBuiltDependencies": [ "@scarf/scarf", "core-js-pure",