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)