|
1 | 1 | {
|
2 | 2 | "name": "mermaid",
|
3 |
| - "version": "11.4.1", |
| 3 | + "version": "11.6.0", |
4 | 4 | "description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
|
5 | 5 | "type": "module",
|
6 | 6 | "module": "./dist/mermaid.core.mjs",
|
|
48 | 48 | ]
|
49 | 49 | },
|
50 | 50 | "dependencies": {
|
51 |
| - "@braintree/sanitize-url": "^7.0.1", |
52 |
| - "@iconify/utils": "^2.1.32", |
| 51 | + "@braintree/sanitize-url": "^7.0.4", |
| 52 | + "@iconify/utils": "^2.1.33", |
53 | 53 | "@types/d3": "^7.4.3",
|
54 |
| - "cytoscape": "^3.29.2", |
| 54 | + "cytoscape": "^3.29.3", |
55 | 55 | "cytoscape-cose-bilkent": "^4.1.0",
|
56 | 56 | "cytoscape-fcose": "^2.2.0",
|
57 | 57 | "d3": "^7.9.0",
|
58 | 58 | "d3-sankey": "^0.12.3",
|
59 | 59 | "dagre-d3-es": "7.0.11",
|
60 |
| - "dayjs": "^1.11.10", |
61 |
| - "dompurify": "^3.2.1", |
| 60 | + "dayjs": "^1.11.13", |
| 61 | + "dompurify": "^3.2.4", |
62 | 62 | "katex": "^0.16.9",
|
63 | 63 | "khroma": "^2.1.0",
|
64 | 64 | "lodash-es": "^4.17.21",
|
65 |
| - "marked": "^13.0.2", |
| 65 | + "marked": "^15.0.7", |
66 | 66 | "roughjs": "^4.6.6",
|
67 |
| - "stylis": "^4.3.1", |
| 67 | + "stylis": "^4.3.6", |
68 | 68 | "ts-dedent": "^2.2.0",
|
69 |
| - "uuid": "^9.0.1", |
70 |
| - "@mermaid-js/parser": "^0.3.0" |
| 69 | + "uuid": "^11.1.0", |
| 70 | + "@mermaid-js/parser": "^0.4.0" |
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 |
| - "@adobe/jsonschema2md": "^8.0.0", |
| 73 | + "@adobe/jsonschema2md": "^8.0.2", |
74 | 74 | "@iconify/types": "^2.0.0",
|
75 |
| - "@types/cytoscape": "^3.21.4", |
| 75 | + "@types/cytoscape": "^3.21.9", |
76 | 76 | "@types/cytoscape-fcose": "^2.2.4",
|
77 | 77 | "@types/d3-sankey": "^0.12.4",
|
78 |
| - "@types/d3-scale": "^4.0.8", |
79 |
| - "@types/d3-scale-chromatic": "^3.0.3", |
80 |
| - "@types/d3-selection": "^3.0.10", |
81 |
| - "@types/d3-shape": "^3.1.6", |
82 |
| - "@types/jsdom": "^21.1.6", |
| 78 | + "@types/d3-scale": "^4.0.9", |
| 79 | + "@types/d3-scale-chromatic": "^3.1.0", |
| 80 | + "@types/d3-selection": "^3.0.11", |
| 81 | + "@types/d3-shape": "^3.1.7", |
| 82 | + "@types/jsdom": "^21.1.7", |
83 | 83 | "@types/katex": "^0.16.7",
|
84 | 84 | "@types/lodash-es": "^4.17.12",
|
85 |
| - "@types/micromatch": "^4.0.6", |
86 |
| - "@types/prettier": "^3.0.0", |
87 |
| - "@types/stylis": "^4.2.5", |
88 |
| - "@types/uuid": "^9.0.8", |
89 |
| - "ajv": "^8.12.0", |
90 |
| - "chokidar": "^3.6.0", |
91 |
| - "concurrently": "^8.2.2", |
92 |
| - "csstree-validator": "^3.0.0", |
93 |
| - "globby": "^14.0.1", |
| 85 | + "@types/micromatch": "^4.0.9", |
| 86 | + "@types/stylis": "^4.2.7", |
| 87 | + "@types/uuid": "^10.0.0", |
| 88 | + "ajv": "^8.17.1", |
| 89 | + "chokidar": "^4.0.3", |
| 90 | + "concurrently": "^9.1.2", |
| 91 | + "csstree-validator": "^4.0.1", |
| 92 | + "globby": "^14.0.2", |
94 | 93 | "jison": "^0.4.18",
|
95 | 94 | "js-base64": "^3.7.7",
|
96 |
| - "jsdom": "^24.0.0", |
97 |
| - "json-schema-to-typescript": "^13.1.2", |
98 |
| - "micromatch": "^4.0.5", |
| 95 | + "jsdom": "^26.0.0", |
| 96 | + "json-schema-to-typescript": "^15.0.4", |
| 97 | + "micromatch": "^4.0.8", |
99 | 98 | "path-browserify": "^1.0.1",
|
100 |
| - "prettier": "^3.2.5", |
| 99 | + "prettier": "^3.5.2", |
101 | 100 | "remark": "^15.0.1",
|
102 | 101 | "remark-frontmatter": "^5.0.0",
|
103 |
| - "remark-gfm": "^4.0.0", |
104 |
| - "rimraf": "^5.0.5", |
105 |
| - "start-server-and-test": "^2.0.3", |
106 |
| - "type-fest": "^4.13.1", |
107 |
| - "typedoc": "^0.25.12", |
108 |
| - "typedoc-plugin-markdown": "^3.17.1", |
109 |
| - "typescript": "~5.4.3", |
| 102 | + "remark-gfm": "^4.0.1", |
| 103 | + "rimraf": "^6.0.1", |
| 104 | + "start-server-and-test": "^2.0.10", |
| 105 | + "type-fest": "^4.35.0", |
| 106 | + "typedoc": "^0.27.8", |
| 107 | + "typedoc-plugin-markdown": "^4.4.2", |
| 108 | + "typescript": "~5.7.3", |
110 | 109 | "unist-util-flatmap": "^1.0.0",
|
111 | 110 | "unist-util-visit": "^5.0.0",
|
112 |
| - "vitepress": "^1.0.1", |
| 111 | + "vitepress": "^1.0.2", |
113 | 112 | "vitepress-plugin-search": "1.0.4-alpha.22"
|
114 | 113 | },
|
115 | 114 | "files": [
|
|
0 commit comments