Skip to content

Commit 9e50330

Browse files
authored
Add React 19.0.0 peer dependency (#93)
Just added react 19, as it shouldn't break, but I haven't yet tested it.
1 parent b91b3ef commit 9e50330

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"typescript": "3.7.5"
4141
},
4242
"peerDependencies": {
43-
"react": "^16.10.2 || ^17.0.0 || ^18.0.0",
44-
"react-dom": "^16.10.2 || ^17.0.0 || ^18.0.0"
43+
"react": "^16.10.2 || ^17.0.0 || ^18.0.0 || ^19.0.0",
44+
"react-dom": "^16.10.2 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4545
},
4646
"files": [
4747
"build"

0 commit comments

Comments
 (0)