From 466560ead9fee1e5bafc08252353542cbe91dc59 Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Fri, 26 Nov 2021 20:22:18 -0500 Subject: [PATCH] Update dependencies and bump version numbers across repo (#121) Co-authored-by: crookse --- tests/integration/up-to-date-deps/deps.ts | 2 +- tests/integration/up-to-date-deps/original_deps.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/up-to-date-deps/deps.ts b/tests/integration/up-to-date-deps/deps.ts index 1d26e36..960db64 100644 --- a/tests/integration/up-to-date-deps/deps.ts +++ b/tests/integration/up-to-date-deps/deps.ts @@ -1,4 +1,4 @@ -import { Drash } from "https://deno.land/x/drash@v2.1.0/mod.ts"; // up to date +import { Drash } from "https://deno.land/x/drash@v2.2.0/mod.ts"; // up to date import * as fs from "https://deno.land/std@0.116.0/fs/mod.ts"; // up to date diff --git a/tests/integration/up-to-date-deps/original_deps.ts b/tests/integration/up-to-date-deps/original_deps.ts index 1d26e36..960db64 100644 --- a/tests/integration/up-to-date-deps/original_deps.ts +++ b/tests/integration/up-to-date-deps/original_deps.ts @@ -1,4 +1,4 @@ -import { Drash } from "https://deno.land/x/drash@v2.1.0/mod.ts"; // up to date +import { Drash } from "https://deno.land/x/drash@v2.2.0/mod.ts"; // up to date import * as fs from "https://deno.land/std@0.116.0/fs/mod.ts"; // up to date