Skip to content

Commit 0616abd

Browse files
committed
updated JS dependencies
1 parent f99a596 commit 0616abd

File tree

9 files changed

+857
-548
lines changed

9 files changed

+857
-548
lines changed

assets/algoliasearch/dist/algoliasearch.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/iframe-resizer/js/iframeResizer.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/instantsearch.js/dist/instantsearch.production.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/instantsearch.js/dist/instantsearch.production.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/luxon/build/global/luxon.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/mermaid/dist/mermaid.min.js

+633-340
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/mermaid/package.json

+37-38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mermaid",
3-
"version": "11.4.1",
3+
"version": "11.6.0",
44
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
55
"type": "module",
66
"module": "./dist/mermaid.core.mjs",
@@ -48,68 +48,67 @@
4848
]
4949
},
5050
"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",
5353
"@types/d3": "^7.4.3",
54-
"cytoscape": "^3.29.2",
54+
"cytoscape": "^3.29.3",
5555
"cytoscape-cose-bilkent": "^4.1.0",
5656
"cytoscape-fcose": "^2.2.0",
5757
"d3": "^7.9.0",
5858
"d3-sankey": "^0.12.3",
5959
"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",
6262
"katex": "^0.16.9",
6363
"khroma": "^2.1.0",
6464
"lodash-es": "^4.17.21",
65-
"marked": "^13.0.2",
65+
"marked": "^15.0.7",
6666
"roughjs": "^4.6.6",
67-
"stylis": "^4.3.1",
67+
"stylis": "^4.3.6",
6868
"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"
7171
},
7272
"devDependencies": {
73-
"@adobe/jsonschema2md": "^8.0.0",
73+
"@adobe/jsonschema2md": "^8.0.2",
7474
"@iconify/types": "^2.0.0",
75-
"@types/cytoscape": "^3.21.4",
75+
"@types/cytoscape": "^3.21.9",
7676
"@types/cytoscape-fcose": "^2.2.4",
7777
"@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",
8383
"@types/katex": "^0.16.7",
8484
"@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",
9493
"jison": "^0.4.18",
9594
"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",
9998
"path-browserify": "^1.0.1",
100-
"prettier": "^3.2.5",
99+
"prettier": "^3.5.2",
101100
"remark": "^15.0.1",
102101
"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",
110109
"unist-util-flatmap": "^1.0.0",
111110
"unist-util-visit": "^5.0.0",
112-
"vitepress": "^1.0.1",
111+
"vitepress": "^1.0.2",
113112
"vitepress-plugin-search": "1.0.4-alpha.22"
114113
},
115114
"files": [

0 commit comments

Comments
 (0)