1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 20:24:01 +02:00
- slate-dev-environment@0.2.0
 - slate-hotkeys@0.2.3
 - slate-react@0.15.9
This commit is contained in:
Ian Storm Taylor
2018-08-16 15:26:05 -07:00
parent d94326512c
commit fa343c07f4
3 changed files with 6 additions and 6 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.8",
"version": "0.15.9",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react.js",
@@ -24,9 +24,9 @@
"react-portal": "^3.1.0",
"selection-is-backward": "^1.0.0",
"slate-base64-serializer": "^0.2.53",
"slate-dev-environment": "^0.1.6",
"slate-dev-environment": "^0.2.0",
"slate-dev-logger": "^0.1.43",
"slate-hotkeys": "^0.2.2",
"slate-hotkeys": "^0.2.3",
"slate-plain-serializer": "^0.5.34",
"slate-prop-types": "^0.4.51"
},