Skip to content

Commit

Permalink
Update dependencies and bump version numbers across repo (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: crookse <crookse@users.noreply.github.com>
  • Loading branch information
drashbot and crookse authored Nov 27, 2021
1 parent 99b3eaf commit 466560e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/up-to-date-deps/deps.ts
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/up-to-date-deps/original_deps.ts
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 466560e

Please sign in to comment.