Commit 62b4fd5
committed
fix: broaden peer dep to support React 18 and 19
`^17.0.0` resolves to `>=17 <18`, blocking React 18/19 users at install
time with ERESOLVE. The library's class component architecture is
identical to v6, which works fine with React 19. Broadening to `>=17.0.0`
removes the unnecessary install-time restriction.
Fixes #4191 parent dcd8a31 commit 62b4fd5
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments