Skip to content

Commit

Permalink
chore: update mesozoic
Browse files Browse the repository at this point in the history
  • Loading branch information
deckchairlabs committed Jul 28, 2023
1 parent 4a1ba93 commit 443980e
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/mesozoic@v1.3.7/mod.ts";
} from "https://deno.land/x/mesozoic@v1.3.9/mod.ts";
export type {
BuilderOptions,
BuildResult,
PatternLike,
} from "https://deno.land/x/mesozoic@v1.3.7/mod.ts";
export type { EntrypointConfig } from "https://deno.land/x/mesozoic@v1.3.7/lib/entrypoint.ts";
} from "https://deno.land/x/mesozoic@v1.3.9/mod.ts";
export type { EntrypointConfig } from "https://deno.land/x/mesozoic@v1.3.9/lib/entrypoint.ts";
export { deepMerge } from "https://deno.land/std@0.176.0/collections/deep_merge.ts";
export { crayon } from "https://deno.land/x/crayon@3.3.2/mod.ts";
export {
Expand Down

0 comments on commit 443980e

Please sign in to comment.