From da378c10cce8fd7c0e6b7d10a91f6640e4e1c338 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sat, 26 Aug 2023 15:34:04 +0800 Subject: [PATCH] Bump std to 0.200.0 --- import_map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import_map.json b/import_map.json index 7c911df..e584903 100644 --- a/import_map.json +++ b/import_map.json @@ -1,6 +1,6 @@ { "imports": { - "std/": "https://deno.land/std@0.195.0/", + "std/": "https://deno.land/std@0.200.0/", "deno_dom/": "https://deno.land/x/deno_dom@v0.1.38/", "sqlite/": "https://deno.land/x/sqlite@v3.7.2/", "zipjs/": "https://deno.land/x/zipjs@v2.7.20/",