Skip to content

Commit

Permalink
5.8.7 (#393)
Browse files Browse the repository at this point in the history
update d3, Plot
  • Loading branch information
Fil committed Mar 26, 2024
1 parent 6ad71d9 commit 746ca2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6",
"version": "5.8.7",
"author": {
"name": "Observable, Inc.",
"url": "https://observablehq.com"
Expand Down
4 changes: 2 additions & 2 deletions 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 d3 = dependency("d3", "7.9.0", "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.13", "dist/plot.umd.min.js");
export const plot = dependency("@observablehq/plot", "0.6.14", "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 746ca2e

Please sign in to comment.