Skip to content

Commit 0bafbaf

Browse files
authored
Update Inputs to 0.9.2. (#253)
1 parent c85c581 commit 0bafbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import dependency from "./dependency.js";
22
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");
3+
export const inputs = dependency("@observablehq/inputs", "0.9.2", "dist/inputs.min.js");
44
export const plot = dependency("@observablehq/plot", "0.2.0", "dist/plot.umd.min.js");
55
export const graphviz = dependency("@observablehq/graphviz", "0.2.1", "dist/graphviz.min.js");
66
export const highlight = dependency("@observablehq/highlight.js", "2.0.0", "highlight.min.js");

0 commit comments

Comments
 (0)