Skip to content

Commit

Permalink
@observablehq/plot 0.6.12 (#391)
Browse files Browse the repository at this point in the history
* @observablehq/plot 0.6.12

* 5.8.5
  • Loading branch information
mbostock committed Dec 12, 2023
1 parent 574f03f commit b1645d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@observablehq/stdlib",
"version": "5.8.4",
"version": "5.8.5",
"author": {
"name": "Observable, Inc.",
"url": "https://observablehq.com"
Expand Down
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 b1645d1

Please sign in to comment.