Skip to content

Commit 5fdc773

Browse files
authored
add React 17.x to peerDependencies
1 parent ed4a7ae commit 5fdc773

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
@@ -41,6 +41,6 @@
4141
"react": "16.12.0"
4242
},
4343
"peerDependencies": {
44-
"react": "^16.8.0"
44+
"react": "^16.8.0 || 17.x"
4545
}
4646
}

0 commit comments

Comments
 (0)