mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 04:49:44 +02:00
Merge branch 'master' into develop
* master: (23 commits) Update vitepress fix: Add icon css fix Top level await v9.3.0 bump dagre-es 7.0.6 Bump mermaid version Update dagre-es Bump mermaid version fix: Incorrect removal of existing elements fix: add .js to external imports. fix: add .js to external imports. Bump mermaid version fix: add .js to external imports. Bump mermaid version fix: Throw correct errors when parsing diagrams with errors Update url snapshot test for external diagrams Update url snapshot test for external diagrams Updated package number Updated package number Updated package number to 9.3.0-rc1 ...
This commit is contained in:
@@ -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-es/memoize';
|
||||
import memoize from 'lodash-es/memoize.js';
|
||||
|
||||
// Effectively an enum of the supported curve types, accessible by name
|
||||
const d3CurveTypes = {
|
||||
|
Reference in New Issue
Block a user