Skip to content

Commit

Permalink
feat(react-bootstrap): Upgrade React Bootstrap from 0.28.2 to 0.28.3
Browse files Browse the repository at this point in the history
(latest)

This currently affects Alerts, Collapse, Dropdowns, Expander, Grids,
Modals, and Tabs

[finishes #115255633]
  • Loading branch information
charleshansen committed Mar 8, 2016
1 parent cfad2d8 commit 482c2af
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"pui-cursor": "^2.0.4",
"react": "^0.14.2",
"react-a11y": "pivotal-cf/react-a11y#separator-fix-dist",
"react-bootstrap": "0.28.2",
"react-bootstrap": "0.28.3",
"react-fa": "^4.0.0",
"react-tether": "^0.3.3",
"require-dir": "^0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/alerts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "React components to display flash messages to the user",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"react-bootstrap": "0.28.2",
"react-bootstrap": "0.28.3",
"pui-css-alerts": "^3.3.2",
"pui-css-iconography": "^3.3.2",
"pui-react-media": "^3.3.2"
}
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/collapse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "React components providing accordions for showing and hiding content",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"react-bootstrap": "0.28.2",
"react-bootstrap": "0.28.3",
"pui-css-collapse": "^3.3.2",
"pui-css-iconography": "^3.3.2",
"pui-css-dividers": "^3.3.2",
"pui-react-helpers": "^3.3.2"
}
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/dropdowns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "A React dropdown component",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"react-bootstrap": "0.28.2",
"react-bootstrap": "0.28.3",
"pui-css-dropdowns": "^3.3.2",
"pui-css-iconography": "^3.3.2",
"pui-css-buttons": "^3.3.2",
"pui-css-button-group": "^3.3.2",
"classnames": "^2.1.2",
"lodash.uniqueid": "^3.0.0"
}
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/expander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A React component that provides an accordion for showing and hiding content where the toggle and the content can be in separate places",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"react-bootstrap": "0.28.2",
"react-bootstrap": "0.28.3",
"pui-css-bootstrap": "^3.3.2"
}
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/grids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"pui-css-grids": "^3.3.2",
"react-bootstrap": "0.28.2",
"react-bootstrap": "0.28.3",
"pui-react-helpers": "^3.3.2"
}
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"pui-css-modals": "^3.3.2",
"pui-react-typography": "^3.3.2",
"pui-react-helpers": "^3.3.2",
"react-bootstrap": "0.28.2"
"react-bootstrap": "0.28.3"
}
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"pui-css-collapse": "^3.3.2",
"pui-css-tabs": "^3.3.2",
"raf": "^3.1.0",
"react-bootstrap": "0.28.2"
"react-bootstrap": "0.28.3"
}
}
}

0 comments on commit 482c2af

Please sign in to comment.