Skip to content

Commit

Permalink
Merge pull request #2 from LennardWesterveld/patch-1
Browse files Browse the repository at this point in the history
fix: update to react 17 support
  • Loading branch information
sbesselsen authored Nov 13, 2020
2 parents d16b0df + a85a3d8 commit 2844737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "v0.9.2",
"license": "MIT",
"peerDependencies": {
"react": "^16.10.2",
"react-dom": "^16.10.2"
"react": "^16.10.2 | ^17.0.0",
"react-dom": "^16.10.2 | ^17.0.0"
},
"author": {
"name": "Sebastiaan Besselsen",
Expand Down

0 comments on commit 2844737

Please sign in to comment.