Skip to content

Commit bb0b20f

Browse files
author
ComputelessComputer
committed
add tiptap extension and usehooks-ts dependencies
1 parent 7a45805 commit bb0b20f

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

bun.lock

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,21 @@
2525
"@tauri-apps/plugin-opener": "^2",
2626
"@tauri-apps/plugin-process": "^2.3.1",
2727
"@tauri-apps/plugin-updater": "^2.10.0",
28+
"@tiptap/extension-file-handler": "^3.19.0",
29+
"@tiptap/extension-highlight": "^3.19.0",
2830
"@tiptap/extension-image": "^3.19.0",
2931
"@tiptap/extension-link": "^3.19.0",
32+
"@tiptap/extension-list-keymap": "^3.19.0",
3033
"@tiptap/extension-placeholder": "^3.19.0",
34+
"@tiptap/extension-table": "^3.19.0",
3135
"@tiptap/extension-task-item": "^3.19.0",
3236
"@tiptap/extension-task-list": "^3.19.0",
37+
"@tiptap/extension-underline": "^3.19.0",
3338
"@tiptap/markdown": "^3.19.0",
3439
"@tiptap/pm": "^3.19.0",
3540
"@tiptap/react": "^3.19.0",
3641
"@tiptap/starter-kit": "^3.19.0",
42+
"usehooks-ts": "^3.1.1",
3743
"lucide-react": "^0.564.0",
3844
"nanoid": "^5.1.6",
3945
"react": "^19.1.0",

0 commit comments

Comments
 (0)