Skip to content

Commit 013d6a1

Browse files
MichaelDeBoeyerikras
authored andcommitted
Fix peerDependencies to be compatible with 'prop-types' package (#7)
1 parent 3c1bd4c commit 013d6a1

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
@@ -68,7 +68,7 @@
6868
"final-form": "^1.0.0",
6969
"final-form-arrays": "^1.0.0",
7070
"prop-types": "^15.6.0",
71-
"react": "^15.0.0-0 || ^16.0.0-0"
71+
"react": "^15.3.0 || ^16.0.0-0"
7272
},
7373
"jest": {
7474
"setupFiles": ["raf/polyfill"]

0 commit comments

Comments
 (0)