Skip to content

Commit df3460b

Browse files
authored
fix: Update React peer dependency (#1260)
Update React peer dependency to include v17. Without this change everything is working fine but "incorrect peer dependency" warning appears in the console. I think no CI change is necessary to run tests over React v16 and v17?
1 parent 35efec7 commit df3460b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/runtime": "^7.5.5"
5252
},
5353
"peerDependencies": {
54-
"react": "^16.8.0"
54+
"react": "^16.8.0 || ^17.0.0"
5555
},
5656
"peerDependenciesMeta": {
5757
"react-dom": {

0 commit comments

Comments
 (0)