From 729c8cf068c43f6db796f89e89e84ce92916210b Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 11 Nov 2022 10:30:55 +0000 Subject: [PATCH] DEV: Remove bootbox from root `package.json` (#18860) We have a vendored version of bootbox which has heavily diverged from the original. We do not fetch it from node_modules, and `javascript.rake` does not reference it. Therefore there is no benefit to having it in `package.json`. --- package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/package.json b/package.json index 8a7f82043b7..67554baeb0f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "@highlightjs/cdn-assets": "^11.6.0", "@json-editor/json-editor": "^2.6.1", "ace-builds": "1.4.13", - "bootbox": "3.2.0", "chart.js": "3.5.1", "chartjs-plugin-datalabels": "^2.0.0", "diffhtml": "^1.0.0-beta.20", diff --git a/yarn.lock b/yarn.lock index 8815289e0ee..e49841de9a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -611,11 +611,6 @@ bl@^4.0.3, bl@^4.1.0: inherits "^2.0.4" readable-stream "^3.4.0" -bootbox@3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/bootbox/-/bootbox-3.2.0.tgz#00bf643fc9edefd9ae1e7c648c6b022db4be0aee" - integrity sha1-AL9kP8nt79muHnxkjGsCLbS+Cu4= - brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"