From 9b91b43b1075c09aeb639935a45aeac712ff38be Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Wed, 5 Feb 2020 02:31:33 +0900 Subject: [PATCH] bump: deno@v0.32.0 (#18) --- .denov | 2 +- modules-lock.json | 9 ++++++--- modules.json | 2 +- vendor/https/deno.land/std/testing/asserts.ts | 2 +- vendor/https/deno.land/std/testing/mod.ts | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.denov b/.denov index 4e0bea4..ae99bf7 100644 --- a/.denov +++ b/.denov @@ -1 +1 @@ -v0.31.0 \ No newline at end of file +v0.32.0 \ No newline at end of file diff --git a/modules-lock.json b/modules-lock.json index 9fe030f..7ca4531 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,9 @@ { "https://deno.land/std": { - "version": "@v0.31.0", - "modules": ["/testing/mod.ts", "/testing/asserts.ts"] + "version": "@v0.32.0", + "modules": [ + "/testing/mod.ts", + "/testing/asserts.ts" + ] } -} +} \ No newline at end of file diff --git a/modules.json b/modules.json index 9fe030f..db8c9b7 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.31.0", + "version": "@v0.32.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 811f382..6eb5332 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.31.0/testing/asserts.ts"; +export * from "https://deno.land/std@v0.32.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 6a37e0e..3e16dbf 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.31.0/testing/mod.ts"; +export * from "https://deno.land/std@v0.32.0/testing/mod.ts";