Merge pull request #5933 from remcohaszing/fix-types-dependencies

Fix TypeScript dependencies
This commit is contained in:
Sidharth Vinod 2024-10-08 12:55:49 +05:30 committed by GitHub
commit b83b778f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 8 deletions

View File

@ -0,0 +1,5 @@
---
'mermaid': patch
---
Add missing TypeScript dependencies

View File

@ -70,6 +70,8 @@
"@braintree/sanitize-url": "^7.0.1", "@braintree/sanitize-url": "^7.0.1",
"@iconify/utils": "^2.1.32", "@iconify/utils": "^2.1.32",
"@mermaid-js/parser": "workspace:^", "@mermaid-js/parser": "workspace:^",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.0.5",
"cytoscape": "^3.29.2", "cytoscape": "^3.29.2",
"cytoscape-cose-bilkent": "^4.1.0", "cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-fcose": "^2.2.0", "cytoscape-fcose": "^2.2.0",
@ -92,13 +94,11 @@
"@iconify/types": "^2.0.0", "@iconify/types": "^2.0.0",
"@types/cytoscape": "^3.21.4", "@types/cytoscape": "^3.21.4",
"@types/cytoscape-fcose": "^2.2.4", "@types/cytoscape-fcose": "^2.2.4",
"@types/d3": "^7.4.3",
"@types/d3-sankey": "^0.12.4", "@types/d3-sankey": "^0.12.4",
"@types/d3-scale": "^4.0.8", "@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.0.3", "@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-selection": "^3.0.10", "@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6", "@types/d3-shape": "^3.1.6",
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.1.6", "@types/jsdom": "^21.1.6",
"@types/katex": "^0.16.7", "@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",

12
pnpm-lock.yaml generated
View File

@ -223,6 +223,12 @@ importers:
'@mermaid-js/parser': '@mermaid-js/parser':
specifier: workspace:^ specifier: workspace:^
version: link:../parser version: link:../parser
'@types/d3':
specifier: ^7.4.3
version: 7.4.3
'@types/dompurify':
specifier: ^3.0.5
version: 3.0.5
cytoscape: cytoscape:
specifier: ^3.29.2 specifier: ^3.29.2
version: 3.30.1 version: 3.30.1
@ -284,9 +290,6 @@ importers:
'@types/cytoscape-fcose': '@types/cytoscape-fcose':
specifier: ^2.2.4 specifier: ^2.2.4
version: 2.2.4 version: 2.2.4
'@types/d3':
specifier: ^7.4.3
version: 7.4.3
'@types/d3-sankey': '@types/d3-sankey':
specifier: ^0.12.4 specifier: ^0.12.4
version: 0.12.4 version: 0.12.4
@ -302,9 +305,6 @@ importers:
'@types/d3-shape': '@types/d3-shape':
specifier: ^3.1.6 specifier: ^3.1.6
version: 3.1.6 version: 3.1.6
'@types/dompurify':
specifier: ^3.0.5
version: 3.0.5
'@types/jsdom': '@types/jsdom':
specifier: ^21.1.6 specifier: ^21.1.6
version: 21.1.7 version: 21.1.7