Skip to content

Commit

Permalink
bump(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium committed May 19, 2022
1 parent 8b12bdb commit 877f08a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions deps.ts
@@ -1,8 +1,8 @@
export * from "https://deno.land/x/web_bson@v0.2.1/mod.ts";
export { crypto } from "https://deno.land/std@0.136.0/crypto/mod.ts";
export { BufReader } from "https://deno.land/std@0.136.0/io/mod.ts";
export { writeAll } from "https://deno.land/std@0.136.0/streams/conversion.ts";
export { deferred } from "https://deno.land/std@0.136.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.136.0/async/deferred.ts";
export * as b64 from "https://deno.land/std@0.136.0/encoding/base64.ts";
export * as hex from "https://deno.land/std@0.136.0/encoding/hex.ts";
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";
4 changes: 2 additions & 2 deletions tests/test.deps.ts
Expand Up @@ -4,6 +4,6 @@ export {
assertNotEquals,
assertRejects,
assertThrows,
} from "https://deno.land/std@0.136.0/testing/asserts.ts";
export { equals as bytesEquals } from "https://deno.land/std@0.136.0/bytes/equals.ts";
} 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";
export * as semver from "https://deno.land/x/semver@v1.4.0/mod.ts";

0 comments on commit 877f08a

Please sign in to comment.