Skip to content

Commit

Permalink
Merge pull request #30 from Altair-Bueno/deno-dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno authored Feb 3, 2023
2 parents 40aa312 + 9183b6c commit ba79152
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.175.0/encoding/yaml.ts#^";
export * as path from "https://deno.land/std@0.175.0/path/mod.ts#^";
export * as flags from "https://deno.land/std@0.175.0/flags/mod.ts#^";
import { deepMerge } from "https://deno.land/std@0.175.0/collections/deep_merge.ts#^";
export * as yaml from "https://deno.land/std@0.176.0/encoding/yaml.ts#^";
export * as path from "https://deno.land/std@0.176.0/path/mod.ts#^";
export * as flags from "https://deno.land/std@0.176.0/flags/mod.ts#^";
import { deepMerge } from "https://deno.land/std@0.176.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.175.0/testing/asserts.ts#^";
export * as asserts from "https://deno.land/std@0.176.0/testing/asserts.ts#^";

0 comments on commit ba79152

Please sign in to comment.