mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-17 04:34:00 +02:00
Publish
- slate-history@0.50.7 - slate-hyperscript@0.50.6 - slate-react@0.50.7 - slate-schema@0.50.6 - slate@0.50.6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-react",
|
||||
"description": "Tools for building completely customizable rich-text editors with React.",
|
||||
"version": "0.50.6",
|
||||
"version": "0.50.7",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -10,7 +10,9 @@
|
||||
"umd": "dist/slate-react.js",
|
||||
"umdMin": "dist/slate-react.min.js",
|
||||
"sideEffects": false,
|
||||
"files": ["dist/"],
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/debounce": "^1.2.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
@@ -24,8 +26,8 @@
|
||||
"scroll-into-view-if-needed": "^2.2.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"slate": "^0.50.5",
|
||||
"slate-hyperscript": "^0.50.5"
|
||||
"slate": "^0.50.6",
|
||||
"slate-hyperscript": "^0.50.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.0",
|
||||
|
Reference in New Issue
Block a user