From 475f811cb36725aca832ad4e7b4d05c950ed16af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 07:22:37 +0100 Subject: [PATCH] Update dependency bootstrap to ^4.4.1 (#6939) * Update dependency bootstrap to ^4.4.1 * Fix compile error Co-authored-by: WhiteSource Renovate Co-authored-by: Felix Becker --- package.json | 2 +- web/src/SourcegraphWebApp.scss | 3 --- yarn.lock | 8 ++++---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 23fbea22186..5fb749097f5 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "@sourcegraph/extension-api-types": "link:packages/@sourcegraph/extension-api-types", "@sourcegraph/react-loading-spinner": "0.0.7", "@sqs/jsonc-parser": "^1.0.3", - "bootstrap": "^4.3.1", + "bootstrap": "^4.4.1", "classnames": "^2.2.6", "copy-to-clipboard": "^3.3.1", "core-js": "^3.6.4", diff --git a/web/src/SourcegraphWebApp.scss b/web/src/SourcegraphWebApp.scss index 47f0a687d86..0e916477cf0 100644 --- a/web/src/SourcegraphWebApp.scss +++ b/web/src/SourcegraphWebApp.scss @@ -25,9 +25,6 @@ $grid-gutter-width: 1.5rem; // No max width except for xl. $container-max-widths: ( - sm: null, - md: null, - lg: null, xl: 1140px, ); diff --git a/yarn.lock b/yarn.lock index 5c3702f6c47..0e2bd26d68b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5091,10 +5091,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -bootstrap@^4.3.1: - version "4.3.1" - resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac" - integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag== +bootstrap@^4.4.1: + version "4.4.1" + resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz#8582960eea0c5cd2bede84d8b0baf3789c3e8b01" + integrity sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA== boxen@^1.2.1: version "1.3.0"