Skip to content

Commit

Permalink
chore: Update @tiptap dependencies to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-chaurasiya committed Jun 17, 2024
1 parent c956c3b commit 1402da5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 98 deletions.
97 changes: 0 additions & 97 deletions lib/components/BlockEditor/extension/focus.ts

This file was deleted.

2 changes: 1 addition & 1 deletion lib/components/BlockEditor/extension/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Placeholder from '@tiptap/extension-placeholder';
import StarterKit from '@tiptap/starter-kit';
import { Focus } from './focus';
import { SlashCommand } from './slashCommand';
import { getSuggestionItems } from './slashCommand/items';
import renderItems from './slashCommand/renderItems';
import Focus from '@tiptap/extension-focus';

export const extensions = [
StarterKit,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
},
"dependencies": {
"@tiptap/core": "^2.4.0",
"@tiptap/extension-focus": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,11 @@
dependencies:
tippy.js "^6.3.7"

"@tiptap/extension-focus@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@tiptap/extension-focus/-/extension-focus-2.4.0.tgz#d3b9c352547d67e42ab7f502c1b9a49dc0a4a89f"
integrity sha512-41P51OImJzvp0zPUudsDPOGIIQkFUK9Yew8MVdtA3EIWkHOl8BZN/X3E/fX9sxzY6WPGgZD0UBRk7f9EA9X5JQ==

"@tiptap/extension-gapcursor@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.4.0.tgz#2a738509d40f5f856492c11e32b10e4462f71216"
Expand Down

0 comments on commit 1402da5

Please sign in to comment.