Skip to content

Commit

Permalink
bump: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium committed Jun 16, 2022
1 parent fb27182 commit 42b96d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export * from "https://deno.land/x/web_bson@v0.2.2/mod.ts";
export { crypto } from "https://deno.land/std@0.140.0/crypto/mod.ts";
export { BufReader } from "https://deno.land/std@0.140.0/io/mod.ts";
export { writeAll } from "https://deno.land/std@0.140.0/streams/conversion.ts";
export { deferred } from "https://deno.land/std@0.140.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.140.0/async/deferred.ts";
export * as b64 from "https://deno.land/std@0.140.0/encoding/base64.ts";
export * as hex from "https://deno.land/std@0.140.0/encoding/hex.ts";
export * from "https://deno.land/x/web_bson@v0.2.3/mod.ts";
export { crypto } from "https://deno.land/std@0.144.0/crypto/mod.ts";
export { BufReader } from "https://deno.land/std@0.144.0/io/mod.ts";
export { writeAll } from "https://deno.land/std@0.144.0/streams/conversion.ts";
export { deferred } from "https://deno.land/std@0.144.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.144.0/async/deferred.ts";
export * as b64 from "https://deno.land/std@0.144.0/encoding/base64.ts";
export * as hex from "https://deno.land/std@0.144.0/encoding/hex.ts";
4 changes: 2 additions & 2 deletions tests/test.deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export {
assertNotEquals,
assertRejects,
assertThrows,
} from "https://deno.land/std@0.140.0/testing/asserts.ts";
export { equals as bytesEquals } from "https://deno.land/std@0.140.0/bytes/equals.ts";
} from "https://deno.land/std@0.144.0/testing/asserts.ts";
export { equals as bytesEquals } from "https://deno.land/std@0.144.0/bytes/equals.ts";
export * as semver from "https://deno.land/x/semver@v1.4.0/mod.ts";

0 comments on commit 42b96d4

Please sign in to comment.