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 c85c581 commit 0bafbafCopy full SHA for 0bafbaf
src/dependencies.js
@@ -1,6 +1,6 @@
1
import dependency from "./dependency.js";
2
export const d3 = dependency("d3", "7.0.1", "dist/d3.min.js");
3
-export const inputs = dependency("@observablehq/inputs", "0.9.1", "dist/inputs.min.js");
+export const inputs = dependency("@observablehq/inputs", "0.9.2", "dist/inputs.min.js");
4
export const plot = dependency("@observablehq/plot", "0.2.0", "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");
0 commit comments