Merge pull request #2109 from fabiospampinato/no-useless-prod-deps

Removed some non-production dependencies from the list of production dependencies
This commit is contained in:
Knut Sveidqvist 2021-06-25 10:27:17 +02:00 committed by GitHub
commit 62c6b9d886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -54,9 +54,7 @@
"dagre-d3": "^0.6.4",
"entity-decode": "^2.0.2",
"graphlib": "^2.1.7",
"he": "^1.2.0",
"khroma": "^1.1.0",
"minify": "^4.1.1",
"moment-mini": "^2.22.1",
"stylis": "^3.5.2"
},
@ -81,6 +79,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jison": "^0.4.18",
"minify": "^4.1.1",
"moment": "^2.23.0",
"node-sass": "^5.0.0",
"prettier": "^1.18.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';