1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 16:44:22 +02:00
- slate-react-placeholder@0.1.1
 - slate-react@0.21.1
This commit is contained in:
Ian Storm Taylor
2018-11-02 17:42:51 -07:00
parent 456d8f570f
commit 24af6113dc
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.21.0",
"version": "0.21.1",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react.js",
@@ -26,7 +26,7 @@
"slate-hotkeys": "^0.2.7",
"slate-plain-serializer": "^0.6.22",
"slate-prop-types": "^0.5.13",
"slate-react-placeholder": "^0.1.0",
"slate-react-placeholder": "^0.1.1",
"tiny-invariant": "^1.0.1",
"tiny-warning": "^0.0.3"
},