Skip to content

Commit

Permalink
Indicate support for React 17 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
danoc authored Dec 19, 2020
1 parent 1d3c302 commit 9903179
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-cameras-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"clickable-box": patch
---

Indicate support for React 17
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"react-dom": "^17.0.1"
},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.0.0"
"react": "^16.3.0 || ^17.0.0",
"react-dom": "^16.3.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9903179

Please sign in to comment.