Skip to content

Commit e706702

Browse files
author
Dimitri Kopriwa
committed
fix(peerDepedencies): allow styled-components v4 and v5 and react 16.9.0
1 parent d1219ca commit e706702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@
196196
"tether-fix": "^1.4.0-fix-es"
197197
},
198198
"peerDependencies": {
199-
"react": "^16.12.0",
200-
"react-dom": "^16.12.0",
201-
"styled-components": "^5.0.1"
199+
"react": "^16.9.0",
200+
"react-dom": "^16.9.0",
201+
"styled-components": "^4.0.0 || ^5.0.1"
202202
},
203203
"publishConfig": {
204204
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)