mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-12 02:03:59 +02:00
Publish
- slate-base64-serializer@0.2.50 - slate-dev-environment@0.1.5 - slate-dev-logger@0.1.43 - slate-hotkeys@0.2.1 - slate-html-serializer@0.6.22 - slate-hyperscript@0.7.4 - slate-plain-serializer@0.5.31 - slate-prop-types@0.4.48 - slate-react@0.15.5 - slate-schema-violations@0.1.29 - slate-simulator@0.4.48 - slate@0.37.4
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-base64-serializer",
|
"name": "slate-base64-serializer",
|
||||||
"description": "A Base64 serializer for Slate editors.",
|
"description": "A Base64 serializer for Slate editors.",
|
||||||
"version": "0.2.49",
|
"version": "0.2.50",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate-base64-serializer.js",
|
"main": "lib/slate-base64-serializer.js",
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"slate": "^0.37.3"
|
"slate": "^0.37.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"isomorphic-base64": "^1.0.2"
|
"isomorphic-base64": "^1.0.2"
|
||||||
|
@@ -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.4",
|
"version": "0.1.5",
|
||||||
"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",
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-dev-logger",
|
"name": "slate-dev-logger",
|
||||||
"description": "INTERNAL: A simple, development-only logger for Slate.",
|
"description": "INTERNAL: A simple, development-only logger for Slate.",
|
||||||
"version": "0.1.42",
|
"version": "0.1.43",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate-dev-logger.js",
|
"main": "lib/slate-dev-logger.js",
|
||||||
|
@@ -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.0",
|
"version": "0.2.1",
|
||||||
"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.4"
|
"slate-dev-environment": "^0.1.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-html-serializer",
|
"name": "slate-html-serializer",
|
||||||
"description": "An HTML serializer for Slate editors.",
|
"description": "An HTML serializer for Slate editors.",
|
||||||
"version": "0.6.21",
|
"version": "0.6.22",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate-html-serializer.js",
|
"main": "lib/slate-html-serializer.js",
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"lib/"
|
"lib/"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"slate-dev-logger": "^0.1.42",
|
"slate-dev-logger": "^0.1.43",
|
||||||
"type-of": "^2.0.1"
|
"type-of": "^2.0.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"slate": "^0.37.3",
|
"slate": "^0.37.4",
|
||||||
"slate-hyperscript": "^0.7.3"
|
"slate-hyperscript": "^0.7.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-hyperscript",
|
"name": "slate-hyperscript",
|
||||||
"description": "A hyperscript helper for creating Slate documents.",
|
"description": "A hyperscript helper for creating Slate documents.",
|
||||||
"version": "0.7.3",
|
"version": "0.7.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate-hyperscript.js",
|
"main": "lib/slate-hyperscript.js",
|
||||||
@@ -15,14 +15,14 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"is-empty": "^1.0.0",
|
"is-empty": "^1.0.0",
|
||||||
"is-plain-object": "^2.0.4",
|
"is-plain-object": "^2.0.4",
|
||||||
"slate-dev-logger": "^0.1.42"
|
"slate-dev-logger": "^0.1.43"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"slate": ">=0.37.0"
|
"slate": ">=0.37.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"slate": "^0.37.3"
|
"slate": "^0.37.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-plain-serializer",
|
"name": "slate-plain-serializer",
|
||||||
"description": "A plain text serializer for Slate editors.",
|
"description": "A plain text serializer for Slate editors.",
|
||||||
"version": "0.5.30",
|
"version": "0.5.31",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate-plain-serializer.js",
|
"main": "lib/slate-plain-serializer.js",
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"lib/"
|
"lib/"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"slate-dev-logger": "^0.1.42"
|
"slate-dev-logger": "^0.1.43"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"immutable": ">=3.8.1",
|
"immutable": ">=3.8.1",
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"slate": "^0.37.3",
|
"slate": "^0.37.4",
|
||||||
"slate-hyperscript": "^0.7.3"
|
"slate-hyperscript": "^0.7.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-prop-types",
|
"name": "slate-prop-types",
|
||||||
"description": "A set of React prop type checkers for Slate editors.",
|
"description": "A set of React prop type checkers for Slate editors.",
|
||||||
"version": "0.4.47",
|
"version": "0.4.48",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate-prop-types.js",
|
"main": "lib/slate-prop-types.js",
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"lib/"
|
"lib/"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"slate-dev-logger": "^0.1.42"
|
"slate-dev-logger": "^0.1.43"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"immutable": ">=3.8.1",
|
"immutable": ">=3.8.1",
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"slate": "^0.37.3"
|
"slate": "^0.37.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
@@ -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.4",
|
"version": "0.15.5",
|
||||||
"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",
|
||||||
@@ -22,12 +22,12 @@
|
|||||||
"react-immutable-proptypes": "^2.1.0",
|
"react-immutable-proptypes": "^2.1.0",
|
||||||
"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.49",
|
"slate-base64-serializer": "^0.2.50",
|
||||||
"slate-dev-environment": "^0.1.4",
|
"slate-dev-environment": "^0.1.5",
|
||||||
"slate-dev-logger": "^0.1.42",
|
"slate-dev-logger": "^0.1.43",
|
||||||
"slate-hotkeys": "^0.2.0",
|
"slate-hotkeys": "^0.2.1",
|
||||||
"slate-plain-serializer": "^0.5.30",
|
"slate-plain-serializer": "^0.5.31",
|
||||||
"slate-prop-types": "^0.4.47"
|
"slate-prop-types": "^0.4.48"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"immutable": ">=3.8.1",
|
"immutable": ">=3.8.1",
|
||||||
@@ -38,9 +38,9 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"immutable": "^3.8.1",
|
"immutable": "^3.8.1",
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"slate": "^0.37.3",
|
"slate": "^0.37.4",
|
||||||
"slate-hyperscript": "^0.7.3",
|
"slate-hyperscript": "^0.7.4",
|
||||||
"slate-simulator": "^0.4.47"
|
"slate-simulator": "^0.4.48"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-schema-violations",
|
"name": "slate-schema-violations",
|
||||||
"description": "A set of constants for the built-in violations in a Slate schema.",
|
"description": "A set of constants for the built-in violations in a Slate schema.",
|
||||||
"version": "0.1.28",
|
"version": "0.1.29",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate-schema-violations.js",
|
"main": "lib/slate-schema-violations.js",
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"slate": "^0.37.3"
|
"slate": "^0.37.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate-simulator",
|
"name": "slate-simulator",
|
||||||
"description": "A simulator for testing Slate editors and plugins.",
|
"description": "A simulator for testing Slate editors and plugins.",
|
||||||
"version": "0.4.47",
|
"version": "0.4.48",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate-simulator.js",
|
"main": "lib/slate-simulator.js",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"slate": ">=0.32.0"
|
"slate": ">=0.32.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"slate": "^0.37.3"
|
"slate": "^0.37.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "slate",
|
"name": "slate",
|
||||||
"description": "A completely customizable framework for building rich text editors.",
|
"description": "A completely customizable framework for building rich text editors.",
|
||||||
"version": "0.37.3",
|
"version": "0.37.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||||
"main": "lib/slate.js",
|
"main": "lib/slate.js",
|
||||||
@@ -19,8 +19,8 @@
|
|||||||
"is-empty": "^1.0.0",
|
"is-empty": "^1.0.0",
|
||||||
"is-plain-object": "^2.0.4",
|
"is-plain-object": "^2.0.4",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"slate-dev-logger": "^0.1.42",
|
"slate-dev-logger": "^0.1.43",
|
||||||
"slate-schema-violations": "^0.1.28",
|
"slate-schema-violations": "^0.1.29",
|
||||||
"type-of": "^2.0.1"
|
"type-of": "^2.0.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"slate-dev-test-utils": "^0.0.1",
|
"slate-dev-test-utils": "^0.0.1",
|
||||||
"slate-hyperscript": "^0.7.3"
|
"slate-hyperscript": "^0.7.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist ./lib ./node_modules"
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
||||||
|
Reference in New Issue
Block a user