From 77d43a1bee5e2749eb37342421ac07fc274bd594 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 28 Nov 2025 10:07:49 +0100 Subject: [PATCH] Bug 41329: Add datatables.net@^1.13.1 jquery@^3.6.0 warning " > datatables.net-vue3@2.1.3" has unmet peer dependency "datatables.net@^1.13.1". warning " > datatables.net-vue3@2.1.3" has unmet peer dependency "jquery@^3.6.0". Test plan: yarn build should not show those 2 warnings after this patch is applied @RM: You will need to push yarn.lock as well --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 3e2c57b1156..1d9e1b99e61 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "bootstrap": "^5.3.3", "css-loader": "^6.6.0", "cypress": "^12.17.2", + "datatables.net": "^1.13.1", "datatables.net-buttons": "^2.3.4", "datatables.net-vue3": "^2.0.0", "gulp": "^4.0.2", @@ -30,6 +31,7 @@ "gulp-rtlcss": "^1.4.1", "gulp-sass": "^5.1.0", "gulp-sourcemaps": "^2.6.1", + "jquery": "^3.6.0", "js-yaml": "^3.13.1", "lodash": "^4.17.12", "merge-stream": "^2.0.0", -- 2.43.0