Skip to content

Commit

Permalink
[Feat]: Add react v19 to peer deps (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
VMLuca authored Nov 4, 2024
1 parent 527a3be commit 39381c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^16.8.3 || ^17 || ^18"
"react": "^16.8.3 || ^17 || ^18 || ^19.0.0 || ^19.0.0-rc"
},
"publishConfig": {
"provenance": true
}
}
}

0 comments on commit 39381c3

Please sign in to comment.