Skip to content

Commit 6ac2b99

Browse files
MichaelDeBoeyerikras
authored andcommitted
Fix peerDependencies to be compatible with 'prop-types' package (#67)
1 parent b5e4910 commit 6ac2b99

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
@@ -67,7 +67,7 @@
6767
"peerDependencies": {
6868
"final-form": "^1.3.2",
6969
"prop-types": "^15.6.0",
70-
"react": "^15.0.0-0 || ^16.0.0-0"
70+
"react": "^15.3.0 || ^16.0.0-0"
7171
},
7272
"jest": {
7373
"setupFiles": ["raf/polyfill"]

0 commit comments

Comments
 (0)