Skip to content

Commit ae5fb27

Browse files
committed
fix(react): allow peer dependency of React 17 and Core 2
1 parent c62d534 commit ae5fb27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"rollup-plugin-typescript2": "^0.28.0"
2222
},
2323
"peerDependencies": {
24-
"@skyra/discord-components-core": "^1.x",
25-
"react": "^16.x",
26-
"react-dom": "^16.x"
24+
"@skyra/discord-components-core": "2.x",
25+
"react": "16.8.x || 17.x",
26+
"react-dom": "16.8.x || 17.x"
2727
},
2828
"directories": {
2929
"lib": "src"

0 commit comments

Comments
 (0)