@ones-editor/editor 3.0.19-beta.1 → 3.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,11 +4,10 @@
4
4
  "main": "./src/index.ts",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
7
- "@types/lodash.camelcase": "^4.3.7",
8
- "@types/mermaid": "^9.1.0",
9
- "@types/plantuml-encoder": "^1.4.0",
10
7
  "@types/lodash-es": "4.17.8",
11
- "@types/lodash.clonedeep": "^4.5.0"
8
+ "@types/lodash.camelcase": "^4.3.7",
9
+ "@types/lodash.clonedeep": "^4.5.0",
10
+ "@types/plantuml-encoder": "^1.4.0"
12
11
  },
13
12
  "types": "src/index.d.ts"
14
13
  }
@@ -1,5 +1,5 @@
1
1
  import { GraphType } from '../types';
2
- export declare const MERMAID_SCRIPTS = "https://cdn.jsdelivr.net/npm/mermaid@9.0.1/dist/mermaid.min.js";
2
+ export declare const MERMAID_SCRIPTS = "https://cdn.jsdelivr.net/npm/mermaid@11.15.0/dist/mermaid.min.js";
3
3
  export declare const FLOWCHART_SCRIPTS: string[];
4
4
  export declare const PLANTUML_PRE = "https://www.plantuml.com/plantuml/svg";
5
5
  export declare const GRAPH_MIN_HEIGHT = 150;