File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @observablehq/stdlib" ,
3
- "version" : " 5.8.7 " ,
3
+ "version" : " 5.8.8 " ,
4
4
"author" : {
5
5
"name" : " Observable, Inc." ,
6
6
"url" : " https://observablehq.com"
Original file line number Diff line number Diff line change 1
1
import { dependency } from "./dependency.js" ;
2
2
export const d3 = dependency ( "d3" , "7.9.0" , "dist/d3.min.js" ) ;
3
- export const inputs = dependency ( "@observablehq/inputs" , "0.10.6 " , "dist/inputs.min.js" ) ;
4
- export const plot = dependency ( "@observablehq/plot" , "0.6.14 " , "dist/plot.umd.min.js" ) ;
3
+ export const inputs = dependency ( "@observablehq/inputs" , "0.11.0 " , "dist/inputs.min.js" ) ;
4
+ export const plot = dependency ( "@observablehq/plot" , "0.6.16 " , "dist/plot.umd.min.js" ) ;
5
5
export const graphviz = dependency ( "@observablehq/graphviz" , "0.2.1" , "dist/graphviz.min.js" ) ;
6
6
export const highlight = dependency ( "@observablehq/highlight.js" , "2.0.0" , "highlight.min.js" ) ;
7
7
export const katex = dependency ( "@observablehq/katex" , "0.11.1" , "dist/katex.min.js" ) ;
You can’t perform that action at this time.
0 commit comments