Skip to content

Commit

Permalink
Merge pull request #26 from volcinschi/master
Browse files Browse the repository at this point in the history
Peer dependency react 18
  • Loading branch information
arunghosh authored Aug 24, 2023
2 parents 7d5f6a6 + 0b39ad1 commit 55d09bd
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 @@ -24,7 +24,7 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^17.0.2"
"react": "^17 || ^18"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
Expand Down

0 comments on commit 55d09bd

Please sign in to comment.