1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 10:44:02 +02:00

fix peer dependency ranges

This commit is contained in:
Ian Storm Taylor
2018-11-02 16:14:14 -07:00
parent 562f7be4b6
commit f438f12d5b
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"is-plain-object": "^2.0.4"
},
"peerDependencies": {
"slate": ">=0.37.0"
"slate": ">=0.42.0"
},
"devDependencies": {
"mocha": "^2.5.3",

View File

@@ -33,7 +33,7 @@
"immutable": ">=3.8.1",
"react": ">=0.14.0",
"react-dom": ">=0.14.0",
"slate": ">=0.42.0"
"slate": ">=0.43.0"
},
"devDependencies": {
"immutable": "^3.8.1",