Skip to content

Commit

Permalink
Maintenance: Update tiptap monorepo to ^2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovatebot authored and fliebe92 committed Mar 8, 2024
1 parent e39d4e0 commit bed981e
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 395 deletions.
38 changes: 21 additions & 17 deletions package.json
Expand Up @@ -101,22 +101,22 @@
"@github/webauthn-json": "^2.1.1",
"@rails/actioncable": "^7.0.8",
"@sinonjs/fake-timers": "^11.2.2",
"@tiptap/core": "^2.1.16",
"@tiptap/extension-blockquote": "^2.1.16",
"@tiptap/extension-character-count": "^2.1.16",
"@tiptap/extension-hard-break": "^2.1.16",
"@tiptap/extension-image": "^2.1.16",
"@tiptap/extension-link": "^2.1.16",
"@tiptap/extension-list-item": "^2.1.16",
"@tiptap/extension-mention": "^2.1.16",
"@tiptap/extension-ordered-list": "^2.1.16",
"@tiptap/extension-paragraph": "^2.1.16",
"@tiptap/extension-strike": "^2.1.16",
"@tiptap/extension-underline": "^2.1.16",
"@tiptap/pm": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"@tiptap/suggestion": "^2.1.16",
"@tiptap/vue-3": "^2.1.16",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-blockquote": "^2.2.4",
"@tiptap/extension-character-count": "^2.2.4",
"@tiptap/extension-hard-break": "^2.2.4",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-list-item": "^2.2.4",
"@tiptap/extension-mention": "^2.2.4",
"@tiptap/extension-ordered-list": "^2.2.4",
"@tiptap/extension-paragraph": "^2.2.4",
"@tiptap/extension-strike": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/suggestion": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@vue/apollo-composable": "^4.0.1",
"@vueuse/core": "^10.9.0",
"@vueuse/router": "^10.9.0",
Expand Down Expand Up @@ -150,6 +150,10 @@
"resolutions": {
"loader-utils": "^3.2.1",
"postcss": "^8.4.35",
"stylelint-config-recommended": "^14.0.0"
"stylelint-config-recommended": "^14.0.0",
"prosemirror-model": "1.19.4",
"prosemirror-state": "1.4.3",
"prosemirror-transform": "1.8.0",
"prosemirror-view": "1.32.7"
}
}

0 comments on commit bed981e

Please sign in to comment.