Skip to content

Commit

Permalink
v5.8.8: upgrade Plot (0.6.16) and Inputs (0.11.0) (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Aug 6, 2024
1 parent 746ca2e commit 493bf21
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.7",
"version": "5.8.8",
"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.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.14", "dist/plot.umd.min.js");
export const inputs = dependency("@observablehq/inputs", "0.11.0", "dist/inputs.min.js");
export const plot = dependency("@observablehq/plot", "0.6.16", "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 493bf21

Please sign in to comment.