1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00
This commit is contained in:
Ian Storm Taylor
2019-12-16 16:36:55 -05:00
parent c77e1233d4
commit 6f98363566
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.55.2",
"version": "0.55.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -24,7 +24,7 @@
},
"devDependencies": {
"slate": "^0.55.2",
"slate-hyperscript": "^0.55.2"
"slate-hyperscript": "^0.55.3"
},
"peerDependencies": {
"react": ">=16.8.0",