Skip to content

Commit

Permalink
fix(dependencies): Add missing dependencies to package.jsons
Browse files Browse the repository at this point in the history
- pui-css-iconography to alerts and tables
- pui-react-mixins to overlay-trigger
  • Loading branch information
charleshansen committed Mar 25, 2016
1 parent f34c469 commit 8bdad36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion library/src/pivotal-ui-react/overlay-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"version": "4.0.4",
"description": "A React component for displaying a tooltip or popover on user action",
"dependencies": {
"pui-react-mixins": "^4.0.4",
"lodash.uniqueid": "^3.0.0",
"react-tether": "^0.3.3"
},
"homepage": "http://styleguide.pivotal.io/react.html#tooltips_react"
}
}
3 changes: 2 additions & 1 deletion library/src/pivotal-ui/components/alerts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"pui-css-bootstrap": "^4.0.4",
"pui-css-iconography": "^4.0.4",
"pui-css-typography": "^4.0.4"
},
"version": "4.0.4"
}
}
5 changes: 3 additions & 2 deletions library/src/pivotal-ui/components/tables/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"pui-css-bootstrap": "^4.0.4"
"pui-css-bootstrap": "^4.0.4",
"pui-css-iconography": "^4.0.4"
},
"version": "4.0.4"
}
}

0 comments on commit 8bdad36

Please sign in to comment.