Skip to content

Commit

Permalink
build(package): Make bootstrap v3.4.0 requirements consistent (#1160)
Browse files Browse the repository at this point in the history
Previous commit modified only package.json leaving inconsistencies
in bower.json. Also bump the required version of bootstrap-sass
to match.
  • Loading branch information
atodorov authored and jeff-phillips-18 committed Jan 7, 2019
1 parent fda70ed commit 89aa229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"patternfly.spec.in"
],
"dependencies": {
"bootstrap": "~3.3.7",
"bootstrap": "~3.4.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-sass": "^3.3.7",
"bootstrap-sass": "^3.4.0",
"bootstrap-select": "~1.12.2",
"bootstrap-slider": "seiyria-bootstrap-slider#^9.9.0",
"bootstrap-switch": "<=3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"optionalDependencies": {
"@types/c3": "^0.6.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-sass": "^3.3.7",
"bootstrap-sass": "^3.4.0",
"bootstrap-select": "1.12.2",
"bootstrap-slider": "^9.9.0",
"bootstrap-switch": "~3.3.4",
Expand Down

0 comments on commit 89aa229

Please sign in to comment.