Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Jun 8, 2022
1 parent acff2f2 commit 90ca42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export {
Client as PostgresClient,
Pool,
} from "https://deno.land/x/postgres@v0.16.0/mod.ts";
} from "https://deno.land/x/postgres@v0.16.1/mod.ts";
export type {
ClientOptions,
} from "https://deno.land/x/postgres@v0.16.0/mod.ts";
} from "https://deno.land/x/postgres@v0.16.1/mod.ts";
export { config } from "https://deno.land/x/dotenv@v3.2.0/mod.ts";
2 changes: 1 addition & 1 deletion tests/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export {
AbstractSeed,
ClientPostgreSQL,
} from "https://deno.land/x/nessie@2.0.6/mod.ts";
export { assertEquals } from "https://deno.land/std@0.141.0/testing/asserts.ts";
export { assertEquals } from "https://deno.land/std@0.142.0/testing/asserts.ts";
export type { Info } from "https://deno.land/x/nessie@2.0.6/mod.ts";
export {
migrate,
Expand Down

0 comments on commit 90ca42a

Please sign in to comment.