Skip to content

Commit

Permalink
Bump GraphViz wasm version to 2.20.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Aug 16, 2024
1 parent 1b65d87 commit 9cafa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/web_components/public/js/graphviz_dot_svg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Graphviz } from "https://cdn.jsdelivr.net/npm/@hpcc-js/wasm@2.18.2/dist/graphviz.js";
import { Graphviz } from "https://cdn.jsdelivr.net/npm/@hpcc-js/wasm@2.20.0/dist/graphviz.js";

const graphviz = await Graphviz.load();

Expand Down

0 comments on commit 9cafa0c

Please sign in to comment.