Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 89aa229

Browse files
atodorovjeff-phillips-18
authored andcommitted
build(package): Make bootstrap v3.4.0 requirements consistent (#1160)
Previous commit modified only package.json leaving inconsistencies in bower.json. Also bump the required version of bootstrap-sass to match.
1 parent fda70ed commit 89aa229

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"patternfly.spec.in"
2323
],
2424
"dependencies": {
25-
"bootstrap": "~3.3.7",
25+
"bootstrap": "~3.4.0",
2626
"bootstrap-datepicker": "^1.7.1",
27-
"bootstrap-sass": "^3.3.7",
27+
"bootstrap-sass": "^3.4.0",
2828
"bootstrap-select": "~1.12.2",
2929
"bootstrap-slider": "seiyria-bootstrap-slider#^9.9.0",
3030
"bootstrap-switch": "<=3.3.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"optionalDependencies": {
6969
"@types/c3": "^0.6.0",
7070
"bootstrap-datepicker": "^1.7.1",
71-
"bootstrap-sass": "^3.3.7",
71+
"bootstrap-sass": "^3.4.0",
7272
"bootstrap-select": "1.12.2",
7373
"bootstrap-slider": "^9.9.0",
7474
"bootstrap-switch": "~3.3.4",

0 commit comments

Comments
 (0)