1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 13:11:17 +02:00
- slate-base64-serializer@0.2.82
 - slate-html-serializer@0.7.21
 - slate-hyperscript@0.11.12
 - slate-plain-serializer@0.6.21
 - slate-prop-types@0.5.12
 - slate-react@0.20.8
 - slate@0.43.5
This commit is contained in:
Ian Storm Taylor
2018-11-02 16:18:24 -07:00
parent 8fce9b18c9
commit 0cf94c73c9
7 changed files with 20 additions and 20 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.20.7",
"version": "0.20.8",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react.js",
@@ -21,11 +21,11 @@
"prop-types": "^15.5.8",
"react-immutable-proptypes": "^2.1.0",
"selection-is-backward": "^1.0.0",
"slate-base64-serializer": "^0.2.81",
"slate-base64-serializer": "^0.2.82",
"slate-dev-environment": "^0.2.0",
"slate-hotkeys": "^0.2.7",
"slate-plain-serializer": "^0.6.20",
"slate-prop-types": "^0.5.11",
"slate-plain-serializer": "^0.6.21",
"slate-prop-types": "^0.5.12",
"tiny-invariant": "^1.0.1",
"tiny-warning": "^0.0.3"
},
@@ -38,8 +38,8 @@
"devDependencies": {
"immutable": "^3.8.1",
"mocha": "^2.5.3",
"slate": "^0.43.4",
"slate-hyperscript": "^0.11.11",
"slate": "^0.43.5",
"slate-hyperscript": "^0.11.12",
"slate-simulator": "^0.4.67"
},
"scripts": {