Skip to content

Commit

Permalink
bump(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium committed Apr 21, 2022
1 parent 5539f8d commit 1c3dd0e
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.1.10/mod.ts";
export { crypto } from "https://deno.land/std@0.130.0/crypto/mod.ts";
export { BufReader } from "https://deno.land/std@0.130.0/io/mod.ts";
export { writeAll } from "https://deno.land/std@0.130.0/streams/conversion.ts";
export { deferred } from "https://deno.land/std@0.130.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.130.0/async/deferred.ts";
export * as b64 from "https://deno.land/std@0.130.0/encoding/base64.ts";
export * as hex from "https://deno.land/std@0.130.0/encoding/hex.ts";
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";
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.130.0/testing/asserts.ts";
export { equals as bytesEquals } from "https://deno.land/std@0.130.0/bytes/equals.ts";
} 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";
export * as semver from "https://deno.land/x/semver@v1.4.0/mod.ts";

0 comments on commit 1c3dd0e

Please sign in to comment.