Skip to content

Commit

Permalink
CRISTAL-440: Upgrade tiptap to 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 29, 2025
1 parent 7ec530e commit 7b2da8d
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 240 deletions.
10 changes: 5 additions & 5 deletions core/tiptap-extensions/tiptap-extension-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"test": "vitest --run"
},
"dependencies": {
"@tiptap/extension-image": "2.11.2",
"@tiptap/pm": "2.11.2",
"@tiptap/vue-3": "2.11.2",
"@tiptap/extension-image": "2.11.3",
"@tiptap/pm": "2.11.3",
"@tiptap/vue-3": "2.11.3",
"@xwiki/cristal-api": "workspace:*",
"@xwiki/cristal-attachments-api": "workspace:*",
"@xwiki/cristal-document-api": "workspace:*",
Expand All @@ -41,12 +41,12 @@
"vue3-draggable-resizable": "1.6.5"
},
"peerDependencies": {
"@tiptap/core": "2.11.2",
"@tiptap/core": "2.11.3",
"reflect-metadata": "0.2.2",
"vue": "3.5.13"
},
"devDependencies": {
"@tiptap/core": "2.11.2",
"@tiptap/core": "2.11.3",
"@types/lodash": "4.17.15",
"@xwiki/cristal-dev-config": "workspace:*",
"@xwiki/cristal-dsapi": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion core/tiptap-extensions/tiptap-link-suggest-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@xwiki/cristal-link-suggest-api": "workspace:*"
},
"peerDependencies": {
"@tiptap/core": "2.11.2",
"@tiptap/core": "2.11.3",
"reflect-metadata": "0.2.2",
"vue": "3.5.13"
},
Expand Down
28 changes: 14 additions & 14 deletions editors/tiptap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"types": "dist/index.d.ts",
"dependencies": {
"@hocuspocus/provider": "2.15.0",
"@tiptap/core": "2.11.2",
"@tiptap/extension-collaboration": "2.11.2",
"@tiptap/extension-collaboration-cursor": "2.11.2",
"@tiptap/extension-heading": "2.11.2",
"@tiptap/extension-link": "2.11.2",
"@tiptap/extension-placeholder": "2.11.2",
"@tiptap/extension-table": "2.11.2",
"@tiptap/extension-table-cell": "2.11.2",
"@tiptap/extension-table-header": "2.11.2",
"@tiptap/extension-table-row": "2.11.2",
"@tiptap/pm": "2.11.2",
"@tiptap/starter-kit": "2.11.2",
"@tiptap/suggestion": "2.11.2",
"@tiptap/vue-3": "2.11.2",
"@tiptap/core": "2.11.3",
"@tiptap/extension-collaboration": "2.11.3",
"@tiptap/extension-collaboration-cursor": "2.11.3",
"@tiptap/extension-heading": "2.11.3",
"@tiptap/extension-link": "2.11.3",
"@tiptap/extension-placeholder": "2.11.3",
"@tiptap/extension-table": "2.11.3",
"@tiptap/extension-table-cell": "2.11.3",
"@tiptap/extension-table-header": "2.11.3",
"@tiptap/extension-table-row": "2.11.3",
"@tiptap/pm": "2.11.3",
"@tiptap/starter-kit": "2.11.3",
"@tiptap/suggestion": "2.11.3",
"@tiptap/vue-3": "2.11.3",
"@xwiki/cristal-alerts-api": "workspace:*",
"@xwiki/cristal-api": "workspace:*",
"@xwiki/cristal-authentication-api": "workspace:*",
Expand Down
Loading

0 comments on commit 7b2da8d

Please sign in to comment.