Skip to content

Commit 176bad6

Browse files
committed
Update peer deps to officially support React v19
1 parent a4b49fa commit 176bad6

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
@@ -53,7 +53,7 @@
5353
"typescript": "^4.9.5"
5454
},
5555
"peerDependencies": {
56-
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
57-
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
56+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
57+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
5858
}
5959
}

0 commit comments

Comments
 (0)