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

remove react dependency from slate core (#2443)

This commit is contained in:
DamareYoh
2018-12-02 13:12:23 -08:00
committed by Ian Storm Taylor
parent 4cbf57be98
commit b1ff42b534

View File

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