chore: Replace lodash with lodash-es

This commit is contained in:
Sidharth Vinod
2022-11-20 22:38:07 +05:30
parent 4411aa9905
commit 7d3a0577d2
7 changed files with 18 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ import { log } from './logger';
import { detectType } from './diagram-api/detectType';
import assignWithDepth from './assignWithDepth';
import { MermaidConfig } from './config.type';
import memoize from 'lodash/memoize';
import memoize from 'lodash-es/memoize';
// Effectively an enum of the supported curve types, accessible by name
const d3CurveTypes = {