Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercubz committed Jul 21, 2021
1 parent 3df2452 commit 06eb810
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions imports/esbuild.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@deno-types="https://deno.land/x/[email protected].14/mod.d.ts"
export * from "https://deno.land/x/[email protected].14/mod.js";
//@deno-types="https://deno.land/x/[email protected].15/mod.d.ts"
export * from "https://deno.land/x/[email protected].15/mod.js";
export type {
BuildFailure,
BuildIncremental,
Expand Down Expand Up @@ -40,4 +40,4 @@ export type {
TransformOptions,
TransformResult,
TreeShaking,
} from "https://deno.land/x/[email protected].8/mod.d.ts";
} from "https://deno.land/x/[email protected].15/mod.d.ts";
2 changes: 1 addition & 1 deletion imports/fmt.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * as colors from "https://deno.land/std@0.100.0/fmt/colors.ts";
export * as colors from "https://deno.land/std@0.102.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion imports/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.100.0/fs/mod.ts";
export * from "https://deno.land/std@0.102.0/fs/mod.ts";
2 changes: 1 addition & 1 deletion imports/http.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.100.0/http/mod.ts";
export * from "https://deno.land/std@0.102.0/http/mod.ts";
2 changes: 1 addition & 1 deletion imports/path.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.100.0/path/mod.ts";
export * from "https://deno.land/std@0.102.0/path/mod.ts";

0 comments on commit 06eb810

Please sign in to comment.