Skip to content

Commit

Permalink
Add styled components to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed May 3, 2022
1 parent b8611a3 commit 06ff309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16"
"react": ">=16",
"styled-components": ">=5.3.3"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -87,8 +88,7 @@
},
"dependencies": {
"@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0",
"styled-components": "^5.3.3"
"@svgr/rollup": "^5.5.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 06ff309

Please sign in to comment.