Skip to content

Commit 3cf0a1f

Browse files
Update to bootstrap 5
1 parent 6d6b46c commit 3cf0a1f

File tree

3 files changed

+109
-148
lines changed

3 files changed

+109
-148
lines changed

.yarnrc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ npmAuditExcludePackages:
1717
# pending | low | GHSA-mqm9-c95h-x2p6 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-service@workspace:.
1818
- angular-sanitize
1919
# pending | moderate | GHSA-4p4w-6hg8-63wx | angular-sanitize >=1.3.1 <=1.8.3 | 1.8.3 brought in by manageiq-ui-service@workspace:.
20-
- bootstrap
21-
# pending | moderate | GHSA-9mvj-f7w8-pvh2 | bootstrap >=2.0.0 <=3.4.1 | 3.4.1 brought in by angular-patternfly@npm:5.0.3
2220
- bootstrap-sass
2321
# pending | moderate | GHSA-9mvj-f7w8-pvh2 | bootstrap-sass >=2.0.0 <=3.4.3 | 3.4.3 brought in by patternfly@npm:3.59.5
2422

2523
yarnPath: .yarn/releases/yarn-4.12.0.cjs
24+
25+
packageExtensions:
26+
"bootstrap@*":
27+
dependencies:
28+
"@popperjs/core": "~2.9.2"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"autoprefixer": "~10.4.20",
5555
"base64-js": "~1.3.1",
5656
"bootstrap-combobox": "~1.0.2",
57-
"bootstrap-datepicker": "~1.9.0",
57+
"bootstrap-datepicker": "~1.10.0",
5858
"bootstrap-switch": "~3.4.0",
5959
"c3": "~0.7.20",
6060
"d3": "~7.6.1",
@@ -140,7 +140,8 @@
140140
},
141141
"packageManager": "yarn@4.12.0",
142142
"resolutions": {
143-
"bootstrap-select": "~1.13.6",
143+
"bootstrap": "~5.0.0",
144+
"bootstrap-select": "~1.13.18",
144145
"brace-expansion": "~2.0.0",
145146
"cheerio": "1.0.0-rc.12",
146147
"cross-spawn": "~7.0.6",

0 commit comments

Comments
 (0)