From d87726acac41cb36f5c95a5549bfa13c58144a1e Mon Sep 17 00:00:00 2001 From: Roj Date: Sat, 26 Nov 2022 17:29:13 +0300 Subject: [PATCH] chore: bump grm and grm_parse --- deps.ts | 2 +- import_map.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.ts b/deps.ts index e1d9eee..f76469d 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.13/mod.ts"; +export * from "https://deno.land/x/grm_parse@0.0.14/mod.ts"; diff --git a/import_map.json b/import_map.json index ff731ea..0443bef 100644 --- a/import_map.json +++ b/import_map.json @@ -1,7 +1,7 @@ { "imports": { - "$grm": "https://deno.land/x/grm@0.5.2/mod.ts", - "$grm-deps": "https://deno.land/x/grm@0.5.2/deps.ts", + "$grm": "https://deno.land/x/grm@0.5.3/mod.ts", + "$grm-deps": "https://deno.land/x/grm@0.5.3/deps.ts", "$xor": "./xor.ts", "pls": "https://deno.land/x/pls@1.0.0/mod.ts", "std/": "https://deno.land/std@0.166.0/"