From 52157221ba41674179dc87744987c3ee5c8d20bc Mon Sep 17 00:00:00 2001 From: Ratson Date: Sun, 28 Nov 2021 19:52:16 +0800 Subject: [PATCH 1/2] Update dependencies --- mod.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod.ts b/mod.ts index d5a5a5d..0f2c345 100644 --- a/mod.ts +++ b/mod.ts @@ -1,6 +1,6 @@ -import _JSZip from "https://dev.jspm.io/jszip@3.5.0"; -import { WalkOptions, walk } from "https://deno.land/std@0.99.0/fs/walk.ts"; -import { SEP, join } from "https://deno.land/std@0.99.0/path/mod.ts"; +import _JSZip from "https://esm.sh/jszip@3.7.1"; +import { WalkOptions, walk } from "https://deno.land/std@0.116.0/fs/walk.ts"; +import { SEP, join } from "https://deno.land/std@0.116.0/path/mod.ts"; import type { InputFileFormat, JSZipFileOptions, From 9ea4327a752c888ce79092cdcde9360e8d80b63e Mon Sep 17 00:00:00 2001 From: Ratson Date: Tue, 30 Nov 2021 15:33:32 +0800 Subject: [PATCH 2/2] Bump deno version to 1.16.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af584ef..dfe165e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: denolib/setup-deno@master with: - deno-version: 1.4.6 + deno-version: 1.16.3 - name: Run tests run: deno test --allow-read --allow-write --unstable