Skip to content

Commit

Permalink
fix: peer dep compatibility with react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
oflisback committed Jul 7, 2024
1 parent eff6d01 commit 20501fd
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 @@ -40,6 +40,6 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}

0 comments on commit 20501fd

Please sign in to comment.