Commit 219d922
fix: make CustomChange compatible with prosemirror-changeset 2.4.1 (#2647)
* fix: make CustomChange compatible with prosemirror-changeset 2.4.1
prosemirror-changeset 2.4.1 added a toJSON() method to the Change
class, causing fresh installs (without lockfile) to fail TypeScript
compilation when creating plain objects typed as CustomChange.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
* chore: update lockfile for @tiptap/* and prosemirror-changeset
Bump locked versions within existing ranges:
- @tiptap/* 3.22.1 -> 3.22.3
- prosemirror-changeset 2.3.1 -> 2.4.1
Skipped react/react-dom 19.2.5 (causes test failures).
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>1 parent 37df722 commit 219d922
File tree
2 files changed
+147
-141
lines changed- packages/xl-ai/src/prosemirror
2 files changed
+147
-141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
0 commit comments