Skip to content

Commit

Permalink
feat: upgrade tiptap to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Aug 17, 2023
1 parent f776d77 commit 50328c8
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 217 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,26 @@
"@directus/schema": "^10.0.2",
"@directus/types": "^10.1.3",
"@rushstack/eslint-patch": "^1.3.3",
"@tiptap/core": "^2.0.4",
"@tiptap/extension-character-count": "^2.0.4",
"@tiptap/extension-focus": "^2.0.4",
"@tiptap/extension-highlight": "^2.0.4",
"@tiptap/extension-link": "^2.0.4",
"@tiptap/extension-placeholder": "^2.0.4",
"@tiptap/extension-subscript": "^2.0.4",
"@tiptap/extension-superscript": "^2.0.4",
"@tiptap/extension-table": "^2.0.4",
"@tiptap/extension-table-cell": "^2.0.4",
"@tiptap/extension-table-header": "^2.0.4",
"@tiptap/extension-table-row": "^2.0.4",
"@tiptap/extension-task-item": "^2.0.4",
"@tiptap/extension-task-list": "^2.0.4",
"@tiptap/extension-text-align": "^2.0.4",
"@tiptap/extension-typography": "^2.0.4",
"@tiptap/extension-underline": "^2.0.4",
"@tiptap/pm": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@tiptap/vue-3": "^2.0.4",
"@tiptap/core": "^2.1.1",
"@tiptap/extension-character-count": "^2.1.1",
"@tiptap/extension-focus": "^2.1.1",
"@tiptap/extension-highlight": "^2.1.1",
"@tiptap/extension-link": "^2.1.1",
"@tiptap/extension-placeholder": "^2.1.1",
"@tiptap/extension-subscript": "^2.1.1",
"@tiptap/extension-superscript": "^2.1.1",
"@tiptap/extension-table": "^2.1.1",
"@tiptap/extension-table-cell": "^2.1.1",
"@tiptap/extension-table-header": "^2.1.1",
"@tiptap/extension-table-row": "^2.1.1",
"@tiptap/extension-task-item": "^2.1.1",
"@tiptap/extension-task-list": "^2.1.1",
"@tiptap/extension-text-align": "^2.1.1",
"@tiptap/extension-typography": "^2.1.1",
"@tiptap/extension-underline": "^2.1.1",
"@tiptap/pm": "^2.1.1",
"@tiptap/starter-kit": "^2.1.1",
"@tiptap/vue-3": "^2.1.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
Expand Down
Loading

0 comments on commit 50328c8

Please sign in to comment.