1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 06:31:28 +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-hyperscript",
"type": "module",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.13.8",
"version": "0.50.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/index.js",
@@ -18,7 +18,7 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.47.8"
"slate": "^0.50.0"
},
"peerDependencies": {
"slate": ">=0.50.0"