mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 05:49:43 +02:00
Removed unused dependency "he"
This commit is contained in:
@@ -54,7 +54,6 @@
|
|||||||
"dagre-d3": "^0.6.4",
|
"dagre-d3": "^0.6.4",
|
||||||
"entity-decode": "^2.0.2",
|
"entity-decode": "^2.0.2",
|
||||||
"graphlib": "^2.1.7",
|
"graphlib": "^2.1.7",
|
||||||
"he": "^1.2.0",
|
|
||||||
"khroma": "^1.1.0",
|
"khroma": "^1.1.0",
|
||||||
"moment-mini": "^2.22.1",
|
"moment-mini": "^2.22.1",
|
||||||
"stylis": "^3.5.2"
|
"stylis": "^3.5.2"
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
* Web page integration module for the mermaid framework. It uses the mermaidAPI for mermaid functionality and to render
|
* Web page integration module for the mermaid framework. It uses the mermaidAPI for mermaid functionality and to render
|
||||||
* the diagrams to svg code.
|
* the diagrams to svg code.
|
||||||
*/
|
*/
|
||||||
// import { decode } from 'he';
|
|
||||||
import decode from 'entity-decode/browser';
|
import decode from 'entity-decode/browser';
|
||||||
import { log } from './logger';
|
import { log } from './logger';
|
||||||
import mermaidAPI from './mermaidAPI';
|
import mermaidAPI from './mermaidAPI';
|
||||||
|
Reference in New Issue
Block a user