Skip to content

Commit

Permalink
Merge pull request #13 from nareshpingale/master
Browse files Browse the repository at this point in the history
Adding support for React v18 and v16
  • Loading branch information
electerious authored Jun 13, 2024
2 parents 1d728c8 + 9b290b6 commit a63cb2a
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 @@ -41,7 +41,7 @@
"react": "^17.0.1"
},
"peerDependencies": {
"react": "^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit a63cb2a

Please sign in to comment.