Commit d22f809
fix(install): Adding react 17 to peer dependencies (#487)
With NPM 7 peer dependencies are automatically installed unlike previous versions. Since React 17
was not defined as a peer dependency the install of package failed on projects using Npm7 + React
17.
React 17 support #486
Co-authored-by: Saurabh Chauhan <[email protected]>1 parent 2212020 commit d22f809
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments