Commit 12bb439
Erik Rasmussen
fix: align react-dom peerDependency with react version range
Closes #28
Closes #30
The react peerDependency supports React 16.8+, 17, 18, and 19, but
react-dom was locked to ^18.2.0, causing peer dependency warnings for
users on React 17 and earlier.
This aligns react-dom to match the react version range, allowing the
library to work correctly across all supported React versions.1 parent cabd244 commit 12bb439
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments