Skip to content

Commit

Permalink
Merge pull request #19 from tnovau/fix/18
Browse files Browse the repository at this point in the history
#18 - Allowing react 17
  • Loading branch information
tnovau authored Jan 12, 2022
2 parents 2169b09 + 69fdd03 commit 7f3eae7
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 @@ -23,7 +23,7 @@
"lint": "eslint src/**/*.js docs/**/*.js"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
Expand Down

0 comments on commit 7f3eae7

Please sign in to comment.