slate-prop-types
Advanced tools
Comparing version 0.4.30 to 0.4.31
{ | ||
"name": "slate-prop-types", | ||
"description": "A set of React prop type checkers for Slate editors.", | ||
"version": "0.4.30", | ||
"version": "0.4.31", | ||
"license": "MIT", | ||
@@ -19,3 +19,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"peerDependencies": { | ||
"immutable": "^3.8.0", | ||
"immutable": ">=3.8.1", | ||
"slate": ">=0.32.0" | ||
@@ -25,3 +25,3 @@ }, | ||
"mocha": "^2.5.3", | ||
"slate": "^0.33.7" | ||
"slate": "^0.33.8" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
26063