Skip to content

Commit af4fe17

Browse files
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 modules
1 parent 7843e5d commit af4fe17

2 files changed

Lines changed: 172 additions & 181 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@regexper/render": "^1.0.0",
4343
"@sindresorhus/slugify": "^3.0.0",
4444
"@tabler/icons-vue": "^3.44.0",
45-
"@tiptap/pm": "3.27.1",
46-
"@tiptap/starter-kit": "3.27.1",
45+
"@tiptap/pm": "3.27.3",
46+
"@tiptap/starter-kit": "3.27.3",
4747
"@tiptap/vue-3": "3.27.3",
4848
"@types/markdown-it": "^14.1.2",
4949
"@vicons/material": "^0.13.0",

0 commit comments

Comments
 (0)