Skip to content

Commit 3cce32f

Browse files
author
Erik Rasmussen
committed
Update react-dom peerDependencies to match react versions
Closes #28 Closes #30 react-dom now supports React 17, 18, and 19 (matching react peerDeps).
1 parent aa4493d commit 3cce32f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"peerDependencies": {
9393
"final-form": ">=5.0.0",
9494
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
95-
"react-dom": "^18.2.0",
95+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
9696
"react-final-form": ">=7.0.0"
9797
},
9898
"jest": {

0 commit comments

Comments
 (0)