We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ff4f4 commit fbd76f2Copy full SHA for fbd76f2
src/dependencies.js
@@ -1,7 +1,7 @@
1
import {dependency} from "./dependency.js";
2
export const d3 = dependency("d3", "7.8.5", "dist/d3.min.js");
3
export const inputs = dependency("@observablehq/inputs", "0.10.6", "dist/inputs.min.js");
4
-export const plot = dependency("@observablehq/plot", "0.6.10", "dist/plot.umd.min.js");
+export const plot = dependency("@observablehq/plot", "0.6.11", "dist/plot.umd.min.js");
5
export const graphviz = dependency("@observablehq/graphviz", "0.2.1", "dist/graphviz.min.js");
6
export const highlight = dependency("@observablehq/highlight.js", "2.0.0", "highlight.min.js");
7
export const katex = dependency("@observablehq/katex", "0.11.1", "dist/katex.min.js");
0 commit comments