observablehq / framework

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis.
https://observablehq.com/framework/
ISC License
2.51k stars 121 forks source link

Pin npm versions via config #1009

Open mbostock opened 8 months ago

mbostock commented 8 months ago

Like we manually do for @duckdb/duckdb-wasm, it’d be nice if you could control the default version for packages, and perhaps the default entry. (But perhaps this is unnecessary since you can use a package manager #360 if you want to control versions.)

mbostock commented 3 weeks ago

This is getting into deno.lock territory, too.