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

fix peerDependencies in slate packages, closes #1690

This commit is contained in:
Ian Storm Taylor
2018-03-21 16:56:20 -07:00
parent 0587a5f916
commit 36c7f4fc32
7 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0",
"slate": "^0.32.1"
"slate": ">=0.32.0"
},
"devDependencies": {
"mocha": "^2.5.3",