1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 20:24:01 +02:00

Allow user to use immutable 4.0.0-rc without yarn warning (#1869)

* Allow user to use immutable 4.0.0-rc without yarn warning

* Fix versions

* Fix immutable version to most recent

* Fix versions for react
This commit is contained in:
Jinxuan Zhu
2018-06-14 21:08:45 -04:00
committed by Ian Storm Taylor
parent 9afffd418d
commit 5aa993e81d
5 changed files with 10 additions and 10 deletions

View File

@@ -30,9 +30,9 @@
"slate-prop-types": "^0.4.30"
},
"peerDependencies": {
"immutable": "^3.8.1",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0",
"immutable": ">=3.8.1",
"react": ">=0.14.0",
"react-dom": ">=0.14.0",
"slate": ">=0.32.0"
},
"devDependencies": {