Skip to content

Commit

Permalink
Merge pull request #13 from Altair-Bueno/deno-dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno authored Sep 29, 2022
2 parents 2c6d2f3 + 9a9a4e6 commit 22b092a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * as yaml from "https://deno.land/std@0.157.0/encoding/yaml.ts#^";
export * as path from "https://deno.land/std@0.157.0/path/mod.ts#^";
export * as flags from "https://deno.land/std@0.157.0/flags/mod.ts#^";
import { deepMerge } from "https://deno.land/std@0.157.0/collections/deep_merge.ts#^";
export * as yaml from "https://deno.land/std@0.158.0/encoding/yaml.ts#^";
export * as path from "https://deno.land/std@0.158.0/path/mod.ts#^";
export * as flags from "https://deno.land/std@0.158.0/flags/mod.ts#^";
import { deepMerge } from "https://deno.land/std@0.158.0/collections/deep_merge.ts#^";

export const collections = { deepMerge };
2 changes: 1 addition & 1 deletion dev_deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * as asserts from "https://deno.land/std@0.157.0/testing/asserts.ts#^";
export * as asserts from "https://deno.land/std@0.158.0/testing/asserts.ts#^";

0 comments on commit 22b092a

Please sign in to comment.