Skip to content

Commit

Permalink
Update deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Aug 28, 2024
1 parent 9445497 commit e0a33c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ 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]/mod.ts";
export type { Protocol } from "https://deno.land/x/[email protected]/types.ts";
export * as esbuild from "npm:esbuild@0.20.2";
export * as esbuild from "npm:esbuild@0.23.1";
export { denoPlugins } from "jsr:@luca/[email protected]";

0 comments on commit e0a33c8

Please sign in to comment.