Skip to content

Commit ecd08e2

Browse files
committed
fix: allow immutable@^4.0.0-rc
1 parent 2b1143b commit ecd08e2

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
@@ -84,7 +84,7 @@
8484
"lodash.size": "^4.2.0"
8585
},
8686
"peerDependencies": {
87-
"immutable": "^3.8.1 || ^4.0.0",
87+
"immutable": "^3.8.1 || ^4.0.0 || ^4.0.0-rc",
8888
"mindfront-redux-utils": "^1.2.3"
8989
},
9090
"pre-commit": [

0 commit comments

Comments
 (0)