Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Nov 26, 2022
1 parent 7ff1ca2 commit d80bceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export {
num,
str,
} from "https://deno.land/x/[email protected]/mod.ts";
export * from "https://deno.land/x/[email protected].12/mod.ts";
export * from "https://deno.land/x/[email protected].13/mod.ts";
6 changes: 3 additions & 3 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"imports": {
"$grm": "https://deno.land/x/[email protected].1/mod.ts",
"$grm-deps": "https://deno.land/x/[email protected].1/deps.ts",
"$grm": "https://deno.land/x/[email protected].2/mod.ts",
"$grm-deps": "https://deno.land/x/[email protected].2/deps.ts",
"$xor": "./xor.ts",
"pls": "https://deno.land/x/[email protected]/mod.ts",
"std/": "https://deno.land/std@0.162.0/"
"std/": "https://deno.land/std@0.166.0/"
}
}

0 comments on commit d80bceb

Please sign in to comment.