mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
Add image upload support
This commit is contained in:
parent
d9ddeff1c9
commit
a2e929ed05
7 changed files with 350 additions and 6 deletions
12
apps/x/pnpm-lock.yaml
generated
12
apps/x/pnpm-lock.yaml
generated
|
|
@ -148,6 +148,9 @@ importers:
|
|||
'@tailwindcss/vite':
|
||||
specifier: ^4.1.18
|
||||
version: 4.1.18(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.46.0)(yaml@2.8.2))
|
||||
'@tiptap/extension-image':
|
||||
specifier: ^3.16.0
|
||||
version: 3.16.0(@tiptap/core@3.15.3(@tiptap/pm@3.15.3))
|
||||
'@tiptap/extension-link':
|
||||
specifier: ^3.15.3
|
||||
version: 3.15.3(@tiptap/core@3.15.3(@tiptap/pm@3.15.3))(@tiptap/pm@3.15.3)
|
||||
|
|
@ -2473,6 +2476,11 @@ packages:
|
|||
'@tiptap/core': ^3.15.3
|
||||
'@tiptap/pm': ^3.15.3
|
||||
|
||||
'@tiptap/extension-image@3.16.0':
|
||||
resolution: {integrity: sha512-mTjt4kdyVtY/2dJcfxAgBae/dkH+r6GwARl7NlPtnI3EzpELFR65FNuOQyTxFXP3yfV9uMtPpq6Wevk8aLTsxQ==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': ^3.16.0
|
||||
|
||||
'@tiptap/extension-italic@3.15.3':
|
||||
resolution: {integrity: sha512-6XeuPjcWy7OBxpkgOV7bD6PATO5jhIxc8SEK4m8xn8nelGTBIbHGqK37evRv+QkC7E0MUryLtzwnmmiaxcKL0Q==}
|
||||
peerDependencies:
|
||||
|
|
@ -9221,6 +9229,10 @@ snapshots:
|
|||
'@tiptap/core': 3.15.3(@tiptap/pm@3.15.3)
|
||||
'@tiptap/pm': 3.15.3
|
||||
|
||||
'@tiptap/extension-image@3.16.0(@tiptap/core@3.15.3(@tiptap/pm@3.15.3))':
|
||||
dependencies:
|
||||
'@tiptap/core': 3.15.3(@tiptap/pm@3.15.3)
|
||||
|
||||
'@tiptap/extension-italic@3.15.3(@tiptap/core@3.15.3(@tiptap/pm@3.15.3))':
|
||||
dependencies:
|
||||
'@tiptap/core': 3.15.3(@tiptap/pm@3.15.3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue