Skip to content

Commit

Permalink
Merge pull request #104 from drashland/update-dependencies-bump-versi…
Browse files Browse the repository at this point in the history
…on-numbers

chore: Update dependencies and bump version numbers across repo
  • Loading branch information
ebebbington authored Feb 8, 2021
2 parents cdfad48 + 45fbbd7 commit 4d40833
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
Expand Up @@ -4,7 +4,7 @@ import * as fs from "https://deno.land/std@0.86.0/fs/mod.ts"; // up to date

import * as colors from "https://deno.land/std@0.86.0/fmt/colors.ts"; //up to date

import * as Cliffy from "https://x.nest.land/cliffy@0.17.0/mod.ts"; //up to date
import * as Cliffy from "https://x.nest.land/cliffy@0.17.2/mod.ts"; //up to date

import * as log from "https://deno.land/std@0.86.0/log/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
Expand Up @@ -4,7 +4,7 @@ import * as fs from "https://deno.land/std@0.86.0/fs/mod.ts"; // up to date

import * as colors from "https://deno.land/std@0.86.0/fmt/colors.ts"; //up to date

import * as Cliffy from "https://x.nest.land/cliffy@0.17.0/mod.ts"; //up to date
import * as Cliffy from "https://x.nest.land/cliffy@0.17.2/mod.ts"; //up to date

import * as log from "https://deno.land/std@0.86.0/log/mod.ts"; //up to date

Expand Down

0 comments on commit 4d40833

Please sign in to comment.