From 66e2158fa73f1803e12c1aa0e2531f568596ba7e Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Fri, 19 Sep 2025 16:18:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20ele=20=E7=BC=BA=E5=A4=B1=20tinymce=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-ele/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/apps/web-ele/package.json b/apps/web-ele/package.json index ff2e2dd5..e016d1a8 100644 --- a/apps/web-ele/package.json +++ b/apps/web-ele/package.json @@ -49,6 +49,7 @@ "element-plus": "catalog:", "highlight.js": "catalog:", "pinia": "catalog:", + "tinymce": "catalog:", "vue": "catalog:", "vue-dompurify-html": "catalog:", "vue-router": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 92739ae6..aa641f37 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -929,6 +929,9 @@ importers: pinia: specifier: ^3.0.3 version: 3.0.3(typescript@5.9.2)(vue@3.5.21(typescript@5.9.2)) + tinymce: + specifier: 'catalog:' + version: 7.9.1 vue: specifier: ^3.5.17 version: 3.5.21(typescript@5.9.2)