feat: stop embedding mermaid

This commit is contained in:
Elian Doran 2025-01-07 17:11:20 +02:00
parent a2e10dcade
commit eee0b3bd07
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@
],
"dependencies": {
"ckeditor5": "43.2.0",
"mermaid": "^9.1.4",
"lodash-es": "^4.17.15"
},
"devDependencies": {

View File

@ -5,8 +5,6 @@
import { Plugin } from 'ckeditor5/src/core.js';
import { toWidget } from 'ckeditor5/src/widget.js';
import mermaid from 'mermaid/dist/mermaid.js';
import { debounce } from 'lodash-es';
import MermaidPreviewCommand from './commands/mermaidPreviewCommand.js';