From 4cc13e419833ab72d48fed85c1531cecfb5bdb90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 14:49:19 +0900 Subject: [PATCH] bump: deno@v0.31.0 (#17) --- .denov | 2 +- modules-lock.json | 2 +- modules.json | 2 +- vendor/https/deno.land/std/testing/asserts.ts | 2 +- vendor/https/deno.land/std/testing/mod.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.denov b/.denov index 5bc2965..4e0bea4 100644 --- a/.denov +++ b/.denov @@ -1 +1 @@ -v0.29.0 \ No newline at end of file +v0.31.0 \ No newline at end of file diff --git a/modules-lock.json b/modules-lock.json index 7687f39..9fe030f 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.29.0", + "version": "@v0.31.0", "modules": ["/testing/mod.ts", "/testing/asserts.ts"] } } diff --git a/modules.json b/modules.json index 7687f39..9fe030f 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.29.0", + "version": "@v0.31.0", "modules": ["/testing/mod.ts", "/testing/asserts.ts"] } } diff --git a/vendor/https/deno.land/std/testing/asserts.ts b/vendor/https/deno.land/std/testing/asserts.ts index 9012298..811f382 100644 --- a/vendor/https/deno.land/std/testing/asserts.ts +++ b/vendor/https/deno.land/std/testing/asserts.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.29.0/testing/asserts.ts"; +export * from "https://deno.land/std@v0.31.0/testing/asserts.ts"; diff --git a/vendor/https/deno.land/std/testing/mod.ts b/vendor/https/deno.land/std/testing/mod.ts index ef719b4..6a37e0e 100644 --- a/vendor/https/deno.land/std/testing/mod.ts +++ b/vendor/https/deno.land/std/testing/mod.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.29.0/testing/mod.ts"; +export * from "https://deno.land/std@v0.31.0/testing/mod.ts";