Skip to content

Commit

Permalink
fix(react): allow peer dependency of React 17 and Core 2
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 26, 2020
1 parent c62d534 commit ae5fb27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"rollup-plugin-typescript2": "^0.28.0"
},
"peerDependencies": {
"@skyra/discord-components-core": "^1.x",
"react": "^16.x",
"react-dom": "^16.x"
"@skyra/discord-components-core": "2.x",
"react": "16.8.x || 17.x",
"react-dom": "16.8.x || 17.x"
},
"directories": {
"lib": "src"
Expand Down

0 comments on commit ae5fb27

Please sign in to comment.