Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Oct 9, 2023
1 parent 3f31f54 commit b15bdf9
Show file tree
Hide file tree
Showing 3 changed files with 689 additions and 684 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-mugs-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bicou/directus-extension-tiptap": patch
---

dependencies upgrade
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,42 +52,42 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@directus/extensions-sdk": "^10.1.10",
"@directus/extensions-sdk": "^10.1.11",
"@directus/schema": "^10.0.2",
"@directus/types": "^10.1.6",
"@rushstack/eslint-patch": "^1.4.0",
"@tiptap/core": "^2.1.10",
"@tiptap/extension-character-count": "^2.1.10",
"@tiptap/extension-focus": "^2.1.10",
"@tiptap/extension-highlight": "^2.1.10",
"@tiptap/extension-link": "^2.1.10",
"@tiptap/extension-placeholder": "^2.1.10",
"@tiptap/extension-subscript": "^2.1.10",
"@tiptap/extension-superscript": "^2.1.10",
"@tiptap/extension-table": "^2.1.10",
"@tiptap/extension-table-cell": "^2.1.10",
"@tiptap/extension-table-header": "^2.1.10",
"@tiptap/extension-table-row": "^2.1.10",
"@tiptap/extension-task-item": "^2.1.10",
"@tiptap/extension-task-list": "^2.1.10",
"@tiptap/extension-text-align": "^2.1.10",
"@tiptap/extension-typography": "^2.1.10",
"@tiptap/extension-underline": "^2.1.10",
"@tiptap/pm": "^2.1.10",
"@tiptap/starter-kit": "^2.1.10",
"@tiptap/vue-3": "^2.1.10",
"@rushstack/eslint-patch": "^1.5.1",
"@tiptap/core": "^2.1.11",
"@tiptap/extension-character-count": "^2.1.11",
"@tiptap/extension-focus": "^2.1.11",
"@tiptap/extension-highlight": "^2.1.11",
"@tiptap/extension-link": "^2.1.11",
"@tiptap/extension-placeholder": "^2.1.11",
"@tiptap/extension-subscript": "^2.1.11",
"@tiptap/extension-superscript": "^2.1.11",
"@tiptap/extension-table": "^2.1.11",
"@tiptap/extension-table-cell": "^2.1.11",
"@tiptap/extension-table-header": "^2.1.11",
"@tiptap/extension-table-row": "^2.1.11",
"@tiptap/extension-task-item": "^2.1.11",
"@tiptap/extension-task-list": "^2.1.11",
"@tiptap/extension-text-align": "^2.1.11",
"@tiptap/extension-typography": "^2.1.11",
"@tiptap/extension-underline": "^2.1.11",
"@tiptap/pm": "^2.1.11",
"@tiptap/starter-kit": "^2.1.11",
"@tiptap/vue-3": "^2.1.11",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"rollup": "^4.0.0",
"rollup-plugin-node-externals": "^6.1.1",
"sass": "^1.67.0",
"rollup": "^4.0.2",
"rollup-plugin-node-externals": "^6.1.2",
"sass": "^1.69.0",
"typescript": "~5.2.2",
"vue": "^3.3.4",
"vue-i18n": "^9.4.1"
"vue-i18n": "^9.5.0"
},
"peerDependencies": {
"@directus/extensions-sdk": "^10.1.3",
Expand Down
Loading

0 comments on commit b15bdf9

Please sign in to comment.