1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 21:21:21 +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-hotkeys", "name": "slate-hotkeys",
"description": "A set of function to detect common keypresses in a platform-agnostic way", "description": "A set of function to detect common keypresses in a platform-agnostic way",
"version": "0.1.4", "version": "0.2.0",
"license": "MIT", "license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git", "repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-hotkeys.js", "main": "lib/slate-hotkeys.js",

View File

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