mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 11:42:53 +02:00
Version Packages (#5529)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c4c14882ed
commit
a5f03871fe
@@ -1,5 +1,11 @@
|
||||
# slate-history
|
||||
|
||||
## 0.100.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#5528](https://github.com/ianstormtaylor/slate/pull/5528) [`c4c14882`](https://github.com/ianstormtaylor/slate/commit/c4c14882edf13828f6583a88e50754ce63583bd7) Thanks [@dylans](https://github.com/dylans)! - Update dependencies to React 18, Node 20, TS 5.2, etc.
|
||||
|
||||
## 0.93.0
|
||||
|
||||
### Minor Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-history",
|
||||
"description": "An operation-based history implementation for Slate editors.",
|
||||
"version": "0.93.0",
|
||||
"version": "0.100.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -19,8 +19,8 @@
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"lodash": "^4.17.21",
|
||||
"slate": "^0.94.0",
|
||||
"slate-hyperscript": "^0.81.3",
|
||||
"slate": "^0.100.0",
|
||||
"slate-hyperscript": "^0.100.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
Reference in New Issue
Block a user