1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 12:41:44 +02:00
- slate-hotkeys@0.2.0
 - slate-react@0.15.2
This commit is contained in:
Ian Storm Taylor
2018-08-07 16:03:20 -07:00
parent fd9243b8f5
commit 1efe55602f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "A set of React components for building completely customizable rich-text editors.",
"version": "0.15.1",
"version": "0.15.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react.js",
@@ -25,7 +25,7 @@
"slate-base64-serializer": "^0.2.47",
"slate-dev-environment": "^0.1.4",
"slate-dev-logger": "^0.1.42",
"slate-hotkeys": "^0.1.4",
"slate-hotkeys": "^0.2.0",
"slate-plain-serializer": "^0.5.28",
"slate-prop-types": "^0.4.45"
},