Skip to content

Commit c05d96a

Browse files
authored
5.7.6 (#375)
* 5.7.6 * fix eof * humbler aspirations - revert upgrades of all but inputs
1 parent 45d5ee8 commit c05d96a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@observablehq/stdlib",
3-
"version": "5.7.5",
3+
"version": "5.7.6",
44
"author": {
55
"name": "Observable, Inc.",
66
"url": "https://observablehq.com"

src/dependencies.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {dependency} from "./dependency.js";
22
export const d3 = dependency("d3", "7.8.5", "dist/d3.min.js");
3-
export const inputs = dependency("@observablehq/inputs", "0.10.4", "dist/inputs.min.js");
3+
export const inputs = dependency("@observablehq/inputs", "0.10.5", "dist/inputs.min.js");
44
export const plot = dependency("@observablehq/plot", "0.6.8", "dist/plot.umd.min.js");
55
export const graphviz = dependency("@observablehq/graphviz", "0.2.1", "dist/graphviz.min.js");
66
export const highlight = dependency("@observablehq/highlight.js", "2.0.0", "highlight.min.js");

0 commit comments

Comments
 (0)