1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 18:39:51 +02:00
- slate-history@0.50.0
 - slate-hyperscript@0.50.0
 - slate-react@0.50.0
 - slate-schema@0.50.0
 - slate@0.50.0
This commit is contained in:
Ian Storm Taylor
2019-11-27 21:13:54 -05:00
parent 45cdab6bbb
commit 214b76d84b
5 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
"name": "slate-history",
"type": "module",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.47.8",
"version": "0.50.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/index.js",
@@ -19,8 +19,8 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.47.8",
"slate-hyperscript": "^0.13.8"
"slate": "^0.50.0",
"slate-hyperscript": "^0.50.0"
},
"peerDependencies": {
"slate": ">=0.50.0"