From d80bceb5bf6e2e919f44861ef90d1b0748a83ea3 Mon Sep 17 00:00:00 2001 From: Roj Date: Sat, 26 Nov 2022 17:11:42 +0300 Subject: [PATCH] chore: update deps --- deps.ts | 2 +- import_map.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps.ts b/deps.ts index 569c66c..e1d9eee 100644 --- a/deps.ts +++ b/deps.ts @@ -5,4 +5,4 @@ export { num, str, } from "https://deno.land/x/envalid@0.1.2/mod.ts"; -export * from "https://deno.land/x/grm_parse@0.0.12/mod.ts"; +export * from "https://deno.land/x/grm_parse@0.0.13/mod.ts"; diff --git a/import_map.json b/import_map.json index e8601e1..ff731ea 100644 --- a/import_map.json +++ b/import_map.json @@ -1,9 +1,9 @@ { "imports": { - "$grm": "https://deno.land/x/grm@0.5.1/mod.ts", - "$grm-deps": "https://deno.land/x/grm@0.5.1/deps.ts", + "$grm": "https://deno.land/x/grm@0.5.2/mod.ts", + "$grm-deps": "https://deno.land/x/grm@0.5.2/deps.ts", "$xor": "./xor.ts", "pls": "https://deno.land/x/pls@1.0.0/mod.ts", - "std/": "https://deno.land/std@0.162.0/" + "std/": "https://deno.land/std@0.166.0/" } }