slate-history
Advanced tools
Comparing version 0.86.0-20221017172623 to 0.86.0
{ | ||
"name": "slate-history", | ||
"description": "An operation-based history implementation for Slate editors.", | ||
"version": "0.86.0-20221017172623", | ||
"version": "0.86.0", | ||
"license": "MIT", | ||
@@ -22,8 +22,8 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"lodash": "^4.17.21", | ||
"slate": "^0.86.0-20221017172623", | ||
"slate-hyperscript": "^0.81.3-20221017172623", | ||
"slate": "^0.86.0", | ||
"slate-hyperscript": "^0.81.3", | ||
"source-map-loader": "^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"slate": ">=0.86.0-20221017172623" | ||
"slate": ">=0.65.3" | ||
}, | ||
@@ -30,0 +30,0 @@ "umdGlobals": { |
57288