Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Sep 29, 2022
1 parent acff2f2 commit e61754d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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";
10 changes: 5 additions & 5 deletions tests/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ export {
AbstractMigration,
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 type { Info } from "https://deno.land/x/nessie@2.0.6/mod.ts";
} from "https://deno.land/x/nessie@2.0.7/mod.ts";
export { assertEquals } from "https://deno.land/std@0.158.0/testing/asserts.ts";
export type { Info } from "https://deno.land/x/nessie@2.0.7/mod.ts";
export {
migrate,
rollback,
} from "https://deno.land/x/nessie@2.0.6/cli/commands.ts";
export { State } from "https://deno.land/x/nessie@2.0.6/cli/state.ts";
} from "https://deno.land/x/nessie@2.0.7/cli/commands.ts";
export { State } from "https://deno.land/x/nessie@2.0.7/cli/state.ts";

0 comments on commit e61754d

Please sign in to comment.