Skip to content

Commit

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

* 5.7.7
  • Loading branch information
mbostock authored Jun 28, 2023
1 parent c05d96a commit ae964db
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.7.6",
"version": "5.7.7",
"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.5", "dist/inputs.min.js");
export const plot = dependency("@observablehq/plot", "0.6.8", "dist/plot.umd.min.js");
export const plot = dependency("@observablehq/plot", "0.6.9", "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 ae964db

Please sign in to comment.