1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 00:54:22 +02:00
Ian Storm Taylor
2019-12-02 18:56:42 -05:00
parent ea62ad9e44
commit 20cb063a90
5 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable rich-text editors with React.",
"version": "0.50.9",
"version": "0.50.10",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -26,8 +26,8 @@
"scroll-into-view-if-needed": "^2.2.20"
},
"devDependencies": {
"slate": "^0.50.7",
"slate-hyperscript": "^0.50.7"
"slate": "^0.50.8",
"slate-hyperscript": "^0.50.8"
},
"peerDependencies": {
"react": ">=16.8.0",