1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 09:13:24 +01: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

@ -16,7 +16,7 @@
"type-of": "^2.0.1"
},
"peerDependencies": {
"immutable": ">=3.8.1",
"immutable": ">=3.8.1 || >4.0.0-rc",
"react": ">=0.14.0",
"react-dom": ">=0.14.0",
"slate": ">=0.32.0"

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"

View File

@ -23,7 +23,7 @@
"type-of": "^2.0.1"
},
"peerDependencies": {
"immutable": ">=3.8.1"
"immutable": ">=3.8.1 || >4.0.0-rc"
},
"devDependencies": {
"slate-dev-test-utils": "^0.0.1",