Skip to content

Commit

Permalink
update and pin dependencies in deno cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Oct 4, 2023
1 parent 6734762 commit 7c37011
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions deno/packages/deps.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
import "https://deno.land/std/assert/mod.ts";
import "https://deno.land/std@0.201.0/assert/mod.ts";
import "https://deno.land/x/[email protected]/mod.ts";
import "https://deno.land/x/deno_dom/deno-dom-wasm-noinit.ts";
import "https://deno.land/x/display/mod.ts";
import "https://deno.land/x/skia_canvas/mod.ts";
import "https://deno.land/x/deno_dom@v0.1.38/deno-dom-wasm-noinit.ts";
import "https://deno.land/x/display@v1.0.1/mod.ts";
import "https://deno.land/x/skia_canvas@0.5.4/mod.ts";

import "https://esm.sh/jsdom";
import "https://esm.sh/twind";
import "https://esm.sh/[email protected]";
import "https://esm.sh/[email protected]";
import "https://esm.sh/@observablehq/[email protected]";

import "npm:apache-arrow";
import "npm:d3";
import "npm:express";
import "npm:nodejs-polars";
import "npm:react";
import "npm:vega-lite-api";
import "npm:[email protected]";
import "npm:[email protected]";
import "npm:[email protected]";
import "npm:[email protected]";
import "npm:[email protected]";
import "npm:[email protected]";
import "npm:@observablehq/[email protected]";

import "https://cdn.jsdelivr.net/npm/@observablehq/[email protected]/+esm";

0 comments on commit 7c37011

Please sign in to comment.