feat: upgrade tiptap and handle clipboard uploads

This commit is contained in:
Esdras Renan 2025-11-04 21:35:18 -03:00
parent fa9efdb5af
commit 281ecd5f6f
5 changed files with 487 additions and 219 deletions

View file

@ -44,11 +44,13 @@
"@react-three/fiber": "^9.3.0",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-table": "^8.21.3",
"@tiptap/extension-link": "^3.6.5",
"@tiptap/extension-mention": "^3.6.5",
"@tiptap/extension-placeholder": "^3.6.5",
"@tiptap/react": "^3.6.5",
"@tiptap/starter-kit": "^3.6.5",
"@tiptap/extension-link": "^3.10.0",
"@tiptap/extension-mention": "^3.10.0",
"@tiptap/extension-placeholder": "^3.10.0",
"@tiptap/react": "^3.10.0",
"@tiptap/starter-kit": "^3.10.0",
"@tiptap/suggestion": "^3.10.0",
"@tiptap/markdown": "^3.10.0",
"better-auth": "^1.3.26",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",