Skip to content

Commit 6189d47

Browse files
feat: Add react@19 to supported peer deps
1 parent 5c98ae2 commit 6189d47

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
@@ -84,7 +84,7 @@
8484
"prop-types": "^15.7.2"
8585
},
8686
"peerDependencies": {
87-
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
88-
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
87+
"react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",
88+
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
8989
}
9090
}

0 commit comments

Comments
 (0)