deps(editor): add @tiptap/extension-file-handler
This commit is contained in:
parent
76797f1bc3
commit
3d7dd5b5a5
30
libs/tiptap-editor/package-lock.json
generated
30
libs/tiptap-editor/package-lock.json
generated
@ -9,6 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^3.25.0",
|
||||
"@tiptap/extension-file-handler": "^3.25.0",
|
||||
"@tiptap/extension-image": "^3.25.0",
|
||||
"@tiptap/extension-link": "^3.25.0",
|
||||
"@tiptap/extension-list": "^3.25.0",
|
||||
@ -868,6 +869,21 @@
|
||||
"@tiptap/extensions": "3.25.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-file-handler": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmmirror.com/@tiptap/extension-file-handler/-/extension-file-handler-3.25.0.tgz",
|
||||
"integrity": "sha512-hPWpEfgm8H7840kVnPK7cvebqfBz9ny41asbhhgqzwJrsxlElVKKJQadTahyNYh3hONcAhpSSdh/mUblJwkeZA==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "3.25.0",
|
||||
"@tiptap/extension-text-style": "3.25.0",
|
||||
"@tiptap/pm": "3.25.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-gapcursor": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmmirror.com/@tiptap/extension-gapcursor/-/extension-gapcursor-3.25.0.tgz",
|
||||
@ -1070,6 +1086,20 @@
|
||||
"@tiptap/core": "3.25.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-text-style": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmmirror.com/@tiptap/extension-text-style/-/extension-text-style-3.25.0.tgz",
|
||||
"integrity": "sha512-Oq0Gqa44tl2hEPhtriNyBlFBV2ZAk/1iYBqbUTW4qe0pkoe34yTZN7VQQ47RPZnGR7J3ddh8n67kM/9zoy4f8w==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "3.25.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-underline": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmmirror.com/@tiptap/extension-underline/-/extension-underline-3.25.0.tgz",
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^3.25.0",
|
||||
"@tiptap/extension-file-handler": "^3.25.0",
|
||||
"@tiptap/extension-image": "^3.25.0",
|
||||
"@tiptap/extension-link": "^3.25.0",
|
||||
"@tiptap/extension-list": "^3.25.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user