Skip to content

Commit e507ac7

Browse files
dxlbnlglasserc
authored andcommitted
Changed peerDependency of react to not warn when using v16 (rjsf-team#729)
1 parent 167c054 commit e507ac7

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
@@ -37,7 +37,7 @@
3737
"node": ">=6"
3838
},
3939
"peerDependencies": {
40-
"react": "^15.0.0"
40+
"react": ">=15"
4141
},
4242
"dependencies": {
4343
"ajv": "^5.2.3",

0 commit comments

Comments
 (0)