Skip to content

Commit

Permalink
@observablehq/plot 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Dec 12, 2023
1 parent 574f03f commit 4b77f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dependencies.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {dependency} from "./dependency.js";
export const d3 = dependency("d3", "7.8.5", "dist/d3.min.js");
export const inputs = dependency("@observablehq/inputs", "0.10.6", "dist/inputs.min.js");
export const plot = dependency("@observablehq/plot", "0.6.11", "dist/plot.umd.min.js");
export const plot = dependency("@observablehq/plot", "0.6.12", "dist/plot.umd.min.js");
export const graphviz = dependency("@observablehq/graphviz", "0.2.1", "dist/graphviz.min.js");
export const highlight = dependency("@observablehq/highlight.js", "2.0.0", "highlight.min.js");
export const katex = dependency("@observablehq/katex", "0.11.1", "dist/katex.min.js");
Expand Down

0 comments on commit 4b77f18

Please sign in to comment.