Commit af4fe17
committed
fix: align @tiptap/pm and @tiptap/starter-kit to 3.27.3
Bump @tiptap/pm and @tiptap/starter-kit from 3.27.1 to 3.27.3, matching
@tiptap/vue-3 which was already at 3.27.3. This resolves CI typecheck
errors caused by two different versions of @tiptap/core (3.27.1 and
3.27.3) being installed simultaneously, which led to:
- StarterKit type mismatch with AnyExtension
- Extension commands (toggleBold, toggleItalic, etc.) missing from
ChainedCommands due to declaration merging across mismatched modules1 parent 7843e5d commit af4fe17
2 files changed
Lines changed: 172 additions & 181 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments