Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
fix: allow React 17 as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Dec 2, 2020
1 parent 22eed14 commit 9e07725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"typescript": "^4.0.3"
},
"peerDependencies": {
"react": "16.x"
"react": ">=16.0.0 <18.0.0"
}
}

1 comment on commit 9e07725

@vercel
Copy link

@vercel vercel bot commented on 9e07725 Dec 2, 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.