Skip to content

Commit 7a6b978

Browse files
authored
feat: react 19 support (#93)
1 parent 75944e4 commit 7a6b978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"typescript": "^5.5.4"
6363
},
6464
"peerDependencies": {
65-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
66-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
65+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
66+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
6767
},
6868
"jest": {
6969
"testEnvironment": "jsdom",

0 commit comments

Comments
 (0)