From ad091f10c0b6b087f929ec327576baf0113f21e0 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Tue, 27 Jan 2026 11:45:01 -0800 Subject: [PATCH] remove datatables.net patch --- patches/datatables.net-colreorder+1.7.0.patch | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 patches/datatables.net-colreorder+1.7.0.patch diff --git a/patches/datatables.net-colreorder+1.7.0.patch b/patches/datatables.net-colreorder+1.7.0.patch deleted file mode 100644 index b207f5446..000000000 --- a/patches/datatables.net-colreorder+1.7.0.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/node_modules/datatables.net-colreorder/types/types.d.ts b/node_modules/datatables.net-colreorder/types/types.d.ts -index e5dc283..1930c2b 100644 ---- a/node_modules/datatables.net-colreorder/types/types.d.ts -+++ b/node_modules/datatables.net-colreorder/types/types.d.ts -@@ -7,7 +7,7 @@ - - /// - --import DataTables, {Api} from 'datatables.net'; -+import DataTables, { Api } from 'datatables.net'; - - export default DataTables; - -@@ -40,6 +40,8 @@ declare module 'datatables.net' { - /** - * Create a new ColReorder instance for the target DataTable - */ -+ // Ignore this error: error TS7013: Construct signature, which lacks return-type annotation, implicitly has an 'any' return type. -+ // @ts-ignore - new (dt: Api, settings: boolean | ConfigColReorder); - - /**