Skip to content

Commit 56f6033

Browse files
committed
Upgrade d3-graphviz to version 3.0.5
Thereby upgrading Graphviz to version 2.42.4 through @hpcc-js/wasm version 0.3.11. Also updated the loading of the wasm script to refer to @hpcc-js/wasm version 0.3.11.
1 parent 1c1597c commit 56f6033

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@material-ui/core": "^3.9.3",
2828
"@material-ui/icons": "^3.0.2",
29-
"d3-graphviz": "3.0.4",
29+
"d3-graphviz": "3.0.5",
3030
"d3-scale-chromatic": "^1.5.0",
3131
"d3-selection": "^1.4.1",
3232
"d3-transition": "^1.3.2",

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ class Index extends React.Component {
676676
return (
677677
<div className={classes.root}>
678678
{/* FIXME: Find a way to get @hpcc-js/wasm from the graphviz-visual-editor bundle */}
679-
<script src="https://unpkg.com/@hpcc-js/wasm@0.3.8/dist/index.min.js" type="javascript/worker"></script>
679+
<script src="https://unpkg.com/@hpcc-js/wasm@0.3.11/dist/index.min.js" type="javascript/worker"></script>
680680
<ButtonAppBar
681681
hasUndo={this.state.hasUndo}
682682
hasRedo={this.state.hasRedo}

0 commit comments

Comments
 (0)