Skip to content

Commit e187ba3

Browse files
committed
chore(components): upgrade and lock tiptap dependencies to 3.17.1
1 parent 16fd9bf commit e187ba3

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

packages/components/package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,18 @@
5656
"@opentiny/vue": "^3.20.0",
5757
"@vueuse/core": "^13.1.0",
5858
"jsonrepair": "^3.13.1",
59-
"@tiptap/core": "^3.11.0",
60-
"@tiptap/vue-3": "^3.11.0",
61-
"@tiptap/pm": "^3.11.0",
62-
"@tiptap/extension-document": "^3.11.0",
63-
"@tiptap/extension-paragraph": "^3.11.0",
64-
"@tiptap/extension-text": "^3.11.0",
65-
"@tiptap/extension-history": "^3.11.0",
66-
"@tiptap/extension-placeholder": "^3.11.0",
67-
"@tiptap/extension-character-count": "^3.11.0"
59+
"@tiptap/core": "3.17.1",
60+
"@tiptap/vue-3": "3.17.1",
61+
"@tiptap/pm": "3.17.1",
62+
"@tiptap/extensions": "3.17.1",
63+
"@tiptap/extension-document": "3.17.1",
64+
"@tiptap/extension-paragraph": "3.17.1",
65+
"@tiptap/extension-text": "3.17.1",
66+
"@tiptap/extension-history": "3.17.1",
67+
"@tiptap/extension-placeholder": "3.17.1",
68+
"@tiptap/extension-character-count": "3.17.1",
69+
"@tiptap/extension-bubble-menu": "3.17.1",
70+
"@tiptap/extension-floating-menu": "3.17.1"
6871
},
6972
"devDependencies": {
7073
"@types/dom-speech-recognition": "^0.0.6",

0 commit comments

Comments
 (0)