1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00
- slate-history@0.52.1
 - slate-hyperscript@0.52.1
 - slate-react@0.52.1
 - slate-schema@0.52.1
 - slate@0.52.1
This commit is contained in:
Ian Storm Taylor
2019-12-06 12:39:26 -05:00
parent 9b34a3310f
commit 1389093f06
5 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.52.0",
"version": "0.52.1",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -18,8 +18,8 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.52.0",
"slate-hyperscript": "^0.52.0"
"slate": "^0.52.1",
"slate-hyperscript": "^0.52.1"
},
"peerDependencies": {
"slate": ">=0.50.0"