1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-03 12:12:39 +02:00

Version Packages (#5602)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-02-07 05:06:40 -07:00
committed by GitHub
parent 3aaf3b517c
commit b04b7e0e98
9 changed files with 21 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.101.6",
"version": "0.102.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -34,7 +34,7 @@
"@types/resize-observer-browser": "^0.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.101.5",
"slate": "^0.102.0",
"slate-hyperscript": "^0.100.0",
"source-map-loader": "^4.0.1"
},