Bugzilla – Attachment 190012 Details for
Bug 41329
yarn install generates 2 warnings regarding datatables-.net-vue3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41329: Add datatables.net@^1.13.1 jquery@^3.6.0
77d43a1.patch (text/plain), 1.17 KB, created by
Jonathan Druart
on 2025-11-28 09:08:51 UTC
(
hide
)
Description:
Bug 41329: Add datatables.net@^1.13.1 jquery@^3.6.0
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-28 09:08:51 UTC
Size:
1.17 KB
patch
obsolete
>From 77d43a1bee5e2749eb37342421ac07fc274bd594 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41329
: 190012