Skip to content

Commit

Permalink
Support react 17 peer dep (#1319)
Browse files Browse the repository at this point in the history
Just a simple semver range increase on the react peer dep.
  • Loading branch information
bcomnes committed Nov 7, 2020
1 parent f2b8039 commit 2c7be3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -32,6 +32,6 @@
"mdxast"
],
"peerDependencies": {
"react": "^16.13.1"
"react": "^16.13.1 || ^17.0.0"
}
}

1 comment on commit 2c7be3c

@vercel
Copy link

@vercel vercel bot commented on 2c7be3c Nov 7, 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.