From 4b3f83106d456e653bec38bfb8febcd4cb19acdc Mon Sep 17 00:00:00 2001 From: EthanThatOneKid <31261035+EthanThatOneKid@users.noreply.github.com> Date: Wed, 22 Dec 2021 17:41:51 -0800 Subject: [PATCH] everything is ok --- deps/std/flags.ts | 2 +- deps/std/fs.ts | 2 +- deps/std/path.ts | 2 +- deps/std/testing.ts | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deps/std/flags.ts b/deps/std/flags.ts index d7c34d7..fc11c01 100644 --- a/deps/std/flags.ts +++ b/deps/std/flags.ts @@ -1 +1 @@ -export { parse } from "https://deno.land/std@0.116.0/flags/mod.ts"; +export { parse } from "https://deno.land/std@0.119.0/flags/mod.ts"; diff --git a/deps/std/fs.ts b/deps/std/fs.ts index c1377aa..3b81acf 100644 --- a/deps/std/fs.ts +++ b/deps/std/fs.ts @@ -1 +1 @@ -export { exists, expandGlob } from "https://deno.land/std@0.116.0/fs/mod.ts"; +export { exists, expandGlob } from "https://deno.land/std@0.119.0/fs/mod.ts"; diff --git a/deps/std/path.ts b/deps/std/path.ts index 81706f8..bc6187f 100644 --- a/deps/std/path.ts +++ b/deps/std/path.ts @@ -5,4 +5,4 @@ export { join, normalize, parse, -} from "https://deno.land/std@0.116.0/path/mod.ts"; +} from "https://deno.land/std@0.119.0/path/mod.ts"; diff --git a/deps/std/testing.ts b/deps/std/testing.ts index 2215967..f159a73 100644 --- a/deps/std/testing.ts +++ b/deps/std/testing.ts @@ -2,13 +2,13 @@ export { assert, assertEquals, assertThrows, -} from "https://deno.land/std@0.116.0/testing/asserts.ts"; +} from "https://deno.land/std@0.119.0/testing/asserts.ts"; export { bench, runBenchmarks, -} from "https://deno.land/std@0.116.0/testing/bench.ts"; +} from "https://deno.land/std@0.119.0/testing/bench.ts"; export type { BenchmarkResult, BenchmarkRunProgress, BenchmarkTimer, -} from "https://deno.land/std@0.116.0/testing/bench.ts"; +} from "https://deno.land/std@0.119.0/testing/bench.ts";