From e7d4898d678c213dec7af6083f3e8cc9ed4cd649 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 17 Nov 2022 07:48:54 +0100 Subject: [PATCH] Bug 32212: (bug 32030 follow-up) Restore bootstrap 4 During the development of the eRM module I've tried to use bootstrap 5 (and vue-bootstrap), but I didn't manage to make it work without modifying the version used in Koha. This change is actually not needed and we can keep version 4. See commit 8c32f186d5a62e742621c35cfacff5b22bb42b71 Bug 32030: ERM - Remove BootstrapVue3 Test plan: % yarn install % git diff you should notice the version change in yarn.lock Signed-off-by: David Nind Signed-off-by: Tomas Cohen Arazi --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 31f60bb9800..d7e59eec409 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "@popperjs/core": "^2.11.2", "@vue/cli-service": "^5.0.1", "babel-core": "^7.0.0-beta.3", - "bootstrap": "^5.1.3", - "bootstrap-vue-3": "^0.1.7", + "bootstrap": "^4.5.2", "css-loader": "^6.6.0", "cypress": "^9.5.2", "gulp": "^4.0.2", -- 2.34.1