Removed unused dependency "he"

This commit is contained in:
Fabio Spampinato 2021-06-03 13:23:26 +01:00
parent c77e7af126
commit 359ea05680
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@
"dagre-d3": "^0.6.4",
"entity-decode": "^2.0.2",
"graphlib": "^2.1.7",
"he": "^1.2.0",
"khroma": "^1.1.0",
"moment-mini": "^2.22.1",
"stylis": "^3.5.2"

View File

@ -2,7 +2,6 @@
* Web page integration module for the mermaid framework. It uses the mermaidAPI for mermaid functionality and to render
* the diagrams to svg code.
*/
// import { decode } from 'he';
import decode from 'entity-decode/browser';
import { log } from './logger';
import mermaidAPI from './mermaidAPI';