From 0cf990c73622145dcbb148da9464211e50a6fd38 Mon Sep 17 00:00:00 2001 From: Ikhun Um Date: Wed, 12 Oct 2022 19:43:32 +0900 Subject: [PATCH] Revert "Bump bootstrap from 3.3.7 to 4.3.1 in /server (#721)" (#734) --- server/package-lock.json | 38 ++++++++------------------------------ server/package.json | 2 +- 2 files changed, 9 insertions(+), 31 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index de5df8b39b..100ded60e9 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -23,7 +23,7 @@ "angular-ui-bootstrap": "2.2.0", "angular-ui-notification": "0.2.0", "angular-ui-router": "0.3.2", - "bootstrap": "4.3.1", + "bootstrap": "3.3.7", "bootswatch": "3.3.7", "diff": "3.0.1", "fast-json-patch": "1.1.1", @@ -135,15 +135,11 @@ } }, "node_modules/bootstrap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", - "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz", + "integrity": "sha512-qcFaisBrcBhTFkz1IUnGDYnX6ZWfFzH8zOixUDtHW9Ip+r+7MfMFav2rzy7cIHc7rgIg7xjhWBoo1mS/U26j4g==", "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.14.7" + "node": ">=0.10.1" } }, "node_modules/bootswatch": { @@ -188,17 +184,6 @@ "engines": { "node": "*" } - }, - "node_modules/popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } } }, "dependencies": { @@ -296,10 +281,9 @@ } }, "bootstrap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", - "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==", - "requires": {} + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz", + "integrity": "sha512-qcFaisBrcBhTFkz1IUnGDYnX6ZWfFzH8zOixUDtHW9Ip+r+7MfMFav2rzy7cIHc7rgIg7xjhWBoo1mS/U26j4g==" }, "bootswatch": { "version": "3.3.7", @@ -330,12 +314,6 @@ "version": "2.16.0", "resolved": "https://registry.npmjs.org/moment/-/moment-2.16.0.tgz", "integrity": "sha512-Jmy+b0/BMklLlYBzrClLstnS9Wn/WzYnmM2ub8wjdIJhp8UnbTTIHLLZpEsgmPTPgjFnXbTe32XYKYkadf9qJQ==" - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "peer": true } } } diff --git a/server/package.json b/server/package.json index 83f05c352e..19a3cedeaf 100644 --- a/server/package.json +++ b/server/package.json @@ -19,7 +19,7 @@ "angular-ui-bootstrap": "2.2.0", "angular-ui-notification": "0.2.0", "angular-ui-router": "0.3.2", - "bootstrap": "4.3.1", + "bootstrap": "3.3.7", "bootswatch": "3.3.7", "diff": "3.0.1", "fast-json-patch": "1.1.1",