1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 05:31:56 +02:00

Allow immutable 4.0.0-rc (#2695)

This commit is contained in:
Jinxuan Zhu
2019-04-24 19:56:16 -04:00
committed by Ian Storm Taylor
parent 94a41d791a
commit ad15260993
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
"tiny-warning": "^0.0.3"
},
"peerDependencies": {
"immutable": ">=3.8.1",
"immutable": ">=3.8.1 || >4.0.0-rc",
"react": ">=0.14.0",
"react-dom": ">=0.14.0",
"slate": ">=0.43.6"