Skip to content

Commit 39381c3

Browse files
authored
[Feat]: Add react v19 to peer deps (#355)
1 parent 527a3be commit 39381c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
"typescript": "^4.6.3"
110110
},
111111
"peerDependencies": {
112-
"react": "^16.8.3 || ^17 || ^18"
112+
"react": "^16.8.3 || ^17 || ^18 || ^19.0.0 || ^19.0.0-rc"
113113
},
114114
"publishConfig": {
115115
"provenance": true
116116
}
117-
}
117+
}

0 commit comments

Comments
 (0)