Skip to content

Commit

Permalink
fix(packages): adding styled-components
Browse files Browse the repository at this point in the history
BREAKING CHANGE: add styled-components to peerDependencies of Pagination
  • Loading branch information
nicmak authored and agorovyi committed Oct 10, 2019
1 parent 4d0d662 commit cf613ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/Pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
"homepage": "http://tds.telus.com",
"peerDependencies": {
"react": "^16.8.2",
"react-dom": "^16.8.2"
"react-dom": "^16.8.2",
"styled-components": "^4.1.3"
},
"dependencies": {
"@tds/core-a11y-content": "^2.0.3",
"@tds/core-colours": "^1.1.2",
"@tds/core-responsive": "^1.1.0",
"@tds/core-decorative-icon": "^1.2.0",
"@tds/util-helpers": "^1.2.0",
"prop-types": "^15.6.2",
Expand Down

0 comments on commit cf613ba

Please sign in to comment.