Skip to content

Commit

Permalink
fix(deps): add support for React 17 (#2852)
Browse files Browse the repository at this point in the history
fix #2846

Co-authored-by: Sergei Startsev <Siarhei.Startsau@thomsonreuters.com>
  • Loading branch information
sergei-startsev and sergei-startsev committed Nov 13, 2020
1 parent 3d76ffe commit f1f1f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
],
"browserslist": "> 0.25%, not dead",
"peerDependencies": {
"react": "^16.8.3"
"react": "^16.8.3 || ^17.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
Expand Down

1 comment on commit f1f1f78

@vercel
Copy link

@vercel vercel bot commented on f1f1f78 Nov 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.