From 3d7dd5b5a546298305f18181879a8b80d8aefc57 Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 5 Jun 2026 15:17:39 +0800 Subject: [PATCH] deps(editor): add @tiptap/extension-file-handler --- libs/tiptap-editor/package-lock.json | 30 ++++++++++++++++++++++++++++ libs/tiptap-editor/package.json | 1 + 2 files changed, 31 insertions(+) diff --git a/libs/tiptap-editor/package-lock.json b/libs/tiptap-editor/package-lock.json index fb85efc..6e01328 100644 --- a/libs/tiptap-editor/package-lock.json +++ b/libs/tiptap-editor/package-lock.json @@ -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", diff --git a/libs/tiptap-editor/package.json b/libs/tiptap-editor/package.json index e42f958..bd587b4 100644 --- a/libs/tiptap-editor/package.json +++ b/libs/tiptap-editor/package.json @@ -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",