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:
parent
94a41d791a
commit
ad15260993
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user