Skip to content

Commit

Permalink
build(coin-icons): add styled-components as peer dep (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao authored Sep 20, 2023
1 parent 7177387 commit e5f55c6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-kangaroos-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@interlay/coin-icons": patch
---

build(coin-icons): add styled-components as peer dep
3 changes: 2 additions & 1 deletion packages/icons/coin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
"react-dom": ">=18",
"styled-components": ">=6.0.0"
},
"devDependencies": {
"clean-package": "^2.2.0",
Expand Down
46 changes: 25 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5f55c6

Please sign in to comment.