From 3b260414bfa4731d562da4e289b1b88bd1610f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?wifi=E6=AD=AAf?= <1402772884@qq.com> Date: Wed, 5 Feb 2025 10:01:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(mini-markdown-editor):=20=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/mini-markdown-editor/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mini-markdown-editor/package.json b/packages/mini-markdown-editor/package.json index c01d863..66669ac 100644 --- a/packages/mini-markdown-editor/package.json +++ b/packages/mini-markdown-editor/package.json @@ -21,6 +21,7 @@ "@uiw/react-codemirror": "^4.23.7", "ahooks": "^3.8.4", "antd": "^5.23.2", + "emoji-mart": "^5.6.0", "highlight.js": "^11.11.1", "html2pdf.js": "^0.10.2", "react": "^18.3.1", -- Gitee