Skip to content

Commit

Permalink
chore: move styled-components to peerDependencies
Browse files Browse the repository at this point in the history
fixes #626
  • Loading branch information
RomanHotsiy committed Sep 14, 2018
1 parent cb79271 commit cd98111
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"shelljs": "^0.8.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.22.1",
"styled-components": "^3.4.5",
"swagger2openapi": "^3.2.8",
"ts-jest": "23.0.1",
"ts-loader": "4.5.0",
Expand All @@ -123,7 +124,8 @@
"peerDependencies": {
"mobx": "^4.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
"react-dom": "^16.2.0",
"styled-components": "^3.4.0"
},
"dependencies": {
"classnames": "^2.2.6",
Expand All @@ -147,7 +149,6 @@
"react-tabs": "^2.0.0",
"slugify": "^1.3.1",
"stickyfill": "^1.1.1",
"styled-components": "^3.4.5",
"tslib": "^1.9.3"
},
"resolutions": {
Expand Down

0 comments on commit cd98111

Please sign in to comment.