-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's Changed ### Bugfixes * Fix LineUp data type icons in comparison by @thinkh in #98 ### Chore * Remove outdated styles for link with Font Awesome 4 icon by @thinkh in #100 * Migration to visyn_core by @oltionchampari in #107 * React 18 Migration by @dvmoritzschoefl in #108 ## New Contributors * @dvmoritzschoefl made their first contribution in #108 **Full Changelog**: v7.0.1...v8.0.0
- Loading branch information
Showing
9 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "tourdino", | ||
"description": "Calculate and visualize similarity measures.", | ||
"homepage": "https://phovea.caleydo.org", | ||
"version": "7.0.1", | ||
"version": "8.0.0", | ||
"author": { | ||
"name": "The Caleydo Team", | ||
"email": "[email protected]", | ||
|
@@ -65,15 +65,21 @@ | |
"d3.parsets": "git+ssh://[email protected]/jasondavies/d3-parsets#v1.2.4", | ||
"jstat": "^1.9.4", | ||
"lodash": "~4.17.20", | ||
"tdp_core": "^16.1.0", | ||
"tdp_core": "^20.1.0", | ||
"vega": "~5.20.0", | ||
"vega-embed": "6.19.1", | ||
"vega-functions": "5.12.0", | ||
"vega-lite": "5.1.1", | ||
"vega-parser": "6.1.3", | ||
"visyn_scripts": "^1.0.1", | ||
"visyn_scripts": "^4.1.0", | ||
"xxhashjs": "^0.2.2" | ||
}, | ||
"resolutions": { | ||
"@types/react": "~18.2.0", | ||
"@types/react-dom": "~18.2.0", | ||
"react": "~18.2.0", | ||
"react-dom": "~18.2.0" | ||
}, | ||
"visyn": { | ||
"entries": { | ||
"app": "./index.js" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters