File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { dependency } from "./dependency.js" ;
2
- export const d3 = dependency ( "d3" , "7.8.2 " , "dist/d3.min.js" ) ;
2
+ export const d3 = dependency ( "d3" , "7.8.4 " , "dist/d3.min.js" ) ;
3
3
export const inputs = dependency ( "@observablehq/inputs" , "0.10.4" , "dist/inputs.min.js" ) ;
4
- export const plot = dependency ( "@observablehq/plot" , "0.6.4 " , "dist/plot.umd.min.js" ) ;
4
+ export const plot = dependency ( "@observablehq/plot" , "0.6.5 " , "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