Skip to content

Commit 9cafa0c

Browse files
committed
Bump GraphViz wasm version to 2.20.0.
1 parent 1b65d87 commit 9cafa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crate/web_components/public/js/graphviz_dot_svg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Graphviz } from "https://cdn.jsdelivr.net/npm/@hpcc-js/wasm@2.18.2/dist/graphviz.js";
1+
import { Graphviz } from "https://cdn.jsdelivr.net/npm/@hpcc-js/wasm@2.20.0/dist/graphviz.js";
22

33
const graphviz = await Graphviz.load();
44

0 commit comments

Comments
 (0)