Skip to content

Commit

Permalink
Merge pull request #23 from receptron/fix-cytoscape-klay
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
isamu authored May 3, 2024
2 parents 2d378ff + 0d97345 commit 799f5b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"devDependencies": {
"@types/cytoscape": "^3.21.0",
"@types/cytoscape-fcose": "^2.2.4",
"@types/cytoscape-klay": "^3.1.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-vue": "^4.5.2",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,13 @@
dependencies:
"@types/cytoscape" "*"

"@types/cytoscape-klay@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@types/cytoscape-klay/-/cytoscape-klay-3.1.4.tgz#809fe7ee75642132be3df53f22a9cbd1fcbf9225"
integrity sha512-H+tIadpcVjmDGWKFUfibwzIpH/kddfwAFsuhPparjiC+bWBm+MeNqIwwY+19ofkJZWcqWqZL6Jp8lkp+sP8Aig==
dependencies:
"@types/cytoscape" "*"

"@types/cytoscape@*", "@types/cytoscape@^3.21.0":
version "3.21.0"
resolved "https://registry.yarnpkg.com/@types/cytoscape/-/cytoscape-3.21.0.tgz#30f5634774862b9a507b89a1b10616efabf1bf88"
Expand Down

0 comments on commit 799f5b4

Please sign in to comment.