Skip to content

Commit

Permalink
adding optional peer dependency for react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed Jul 19, 2024
1 parent bdcff4d commit 12198ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"src"
],
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.1 || ^18.0.0",
"react-dom": "^17.0.1 || ^18.0.0"
},
"dependencies": {
"@gmod/indexedfasta": "^2.0.4",
Expand Down

0 comments on commit 12198ca

Please sign in to comment.