Skip to content

Commit

Permalink
chore: update mesozoic (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
deckchairlabs authored Jul 20, 2023
1 parent 00ccb50 commit a54ecde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/build/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ export {
createCompiler,
FileBag,
VirtualFile,
} from "https://deno.land/x/[email protected].6/mod.ts";
} from "https://deno.land/x/[email protected].7/mod.ts";
export type {
BuilderOptions,
BuildResult,
PatternLike,
} from "https://deno.land/x/[email protected].6/mod.ts";
export type { EntrypointConfig } from "https://deno.land/x/[email protected].6/lib/entrypoint.ts";
} from "https://deno.land/x/[email protected].7/mod.ts";
export type { EntrypointConfig } from "https://deno.land/x/[email protected].7/lib/entrypoint.ts";
export { deepMerge } from "https://deno.land/[email protected]/collections/deep_merge.ts";
export { crayon } from "https://deno.land/x/[email protected]/mod.ts";
export {
Expand Down

0 comments on commit a54ecde

Please sign in to comment.