Skip to content

Commit 69af71c

Browse files
authored
fix(peerDependencies): allow redux-form@^8.0.0
1 parent fd8471e commit 69af71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
},
129129
"peerDependencies": {
130130
"react": "^15.0.0 || ^16.0.0",
131-
"redux-form": "^7.0.0"
131+
"redux-form": "^7.0.0 || ^8.0.0"
132132
},
133133
"dependencies": {
134134
"@babel/runtime": "^7.1.5",

0 commit comments

Comments
 (0)