Skip to content

Commit 06e979d

Browse files
Add react 19 to peer deps
1 parent 6822e00 commit 06e979d

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
@@ -34,8 +34,8 @@
3434
"test": "echo \"Error: no test specified\""
3535
},
3636
"peerDependencies": {
37-
"react": "^16.8.0 || ^17.0.2 || ^18.2.0",
38-
"react-dom": "^16.8.0 || ^17.0.2 || ^18.2.0"
37+
"react": "^16.8.0 || ^17.0.2 || ^18.2.0 || ^19.0.0",
38+
"react-dom": "^16.8.0 || ^17.0.2 || ^18.2.0 || ^19.0.0"
3939
},
4040
"devDependencies": {
4141
"@babel/core": "^7.26.9",

0 commit comments

Comments
 (0)