1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 18:09:49 +02:00

Enable Extending Editor types in TypeScript (#4133)

* Change HistoryEditor from type to interface

* v0.60.8

* v0.60.9

* Have ReactEditor and HistoryEditor extend BaseEditor instead of Editor

* v0.60.10
This commit is contained in:
Sunny Hirai
2021-03-20 13:47:33 -07:00
committed by GitHub
parent 1940317d6a
commit 5be428a0b3
7 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.60.7",
"version": "0.60.9",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -17,7 +17,7 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.60.7"
"slate": "^0.60.9"
},
"peerDependencies": {
"slate": ">=0.55.0"