Merge branch 'develop' into bug/5565-fix-docker-local-development

This commit is contained in:
Nikolay Rozhkov 2024-06-19 19:21:48 +03:00
commit 029b3c1101
3 changed files with 3298 additions and 1976 deletions

View File

@ -126,10 +126,5 @@
}, },
"nyc": { "nyc": {
"report-dir": "coverage/cypress" "report-dir": "coverage/cypress"
},
"pnpm": {
"patchedDependencies": {
"cytoscape@3.29.2": "patches/cytoscape@3.29.2.patch"
}
} }
} }

View File

@ -70,7 +70,7 @@
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^7.0.1", "@braintree/sanitize-url": "^7.0.1",
"@mermaid-js/parser": "workspace:^", "@mermaid-js/parser": "workspace:^",
"cytoscape": "3.29.2", "cytoscape": "^3.29.2",
"cytoscape-cose-bilkent": "^4.1.0", "cytoscape-cose-bilkent": "^4.1.0",
"d3": "^7.9.0", "d3": "^7.9.0",
"d3-sankey": "^0.12.3", "d3-sankey": "^0.12.3",
@ -88,7 +88,7 @@
}, },
"devDependencies": { "devDependencies": {
"@adobe/jsonschema2md": "^8.0.0", "@adobe/jsonschema2md": "^8.0.0",
"@types/cytoscape": "^3.19.16", "@types/cytoscape": "^3.21.4",
"@types/d3": "^7.4.3", "@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",

5265
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff