Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Mar 2, 2024
1 parent 456d618 commit b29e768
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.19.2/mod.ts";
export type {
ClientOptions,
} from "https://deno.land/x/postgres@v0.16.0/mod.ts";
export { config } from "https://deno.land/x/dotenv@v3.2.0/mod.ts";
} from "https://deno.land/x/postgres@v0.19.2/mod.ts";
export { config } from "https://deno.land/x/dotenv@v3.2.2/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.11/mod.ts";
export { assertEquals } from "https://deno.land/std@0.218.2/testing/asserts.ts";
export type { Info } from "https://deno.land/x/nessie@2.0.11/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.11/cli/commands.ts";
export { State } from "https://deno.land/x/nessie@2.0.11/cli/state.ts";

0 comments on commit b29e768

Please sign in to comment.