Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Aug 28, 2024
1 parent 85e66ad commit 9445497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export { ensureDir } from "https://deno.land/[email protected]/fs/mod.ts";
export { parse as parseJSONC } from "https://deno.land/[email protected]/encoding/jsonc.ts";
export type { JSONValue } from "https://deno.land/[email protected]/encoding/jsonc.ts";
export { deepMerge } from "https://deno.land/[email protected]/collections/deep_merge.ts";
export { getProtocolInterface } from "https://deno.land/x/[email protected].3/mod.ts";
export type { Protocol } from "https://deno.land/x/[email protected].3/types.ts";
export { getProtocolInterface } from "https://deno.land/x/[email protected].2/mod.ts";
export type { Protocol } from "https://deno.land/x/[email protected].2/types.ts";
export * as esbuild from "npm:[email protected]";
export { denoPlugins } from "jsr:@luca/[email protected]";

0 comments on commit 9445497

Please sign in to comment.