1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01: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-dev-environment", "name": "slate-dev-environment",
"description": "INTERNAL: A set of environment-related constants for Slate's core.", "description": "INTERNAL: A set of environment-related constants for Slate's core.",
"version": "0.1.6", "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-dev-environment.js", "main": "lib/slate-dev-environment.js",

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.2.2", "version": "0.2.3",
"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",
@ -14,7 +14,7 @@
], ],
"dependencies": { "dependencies": {
"is-hotkey": "^0.1.3", "is-hotkey": "^0.1.3",
"slate-dev-environment": "^0.1.6" "slate-dev-environment": "^0.2.0"
}, },
"scripts": { "scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules" "clean": "rm -rf ./dist ./lib ./node_modules"

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.8", "version": "0.15.9",
"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",
@ -24,9 +24,9 @@
"react-portal": "^3.1.0", "react-portal": "^3.1.0",
"selection-is-backward": "^1.0.0", "selection-is-backward": "^1.0.0",
"slate-base64-serializer": "^0.2.53", "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-dev-logger": "^0.1.43",
"slate-hotkeys": "^0.2.2", "slate-hotkeys": "^0.2.3",
"slate-plain-serializer": "^0.5.34", "slate-plain-serializer": "^0.5.34",
"slate-prop-types": "^0.4.51" "slate-prop-types": "^0.4.51"
}, },