Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Jan 31, 2024
1 parent 9d222cb commit aa039c7
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 176 deletions.
87 changes: 37 additions & 50 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ export {
Cookie,
CookieJar,
wrapFetch,
} from "https://deno.land/x/another_cookiejar@v4.1.4/mod.ts";
export type { CookieOptions } from "https://deno.land/x/another_cookiejar@v4.1.4/mod.ts";
} from "https://deno.land/x/another_cookiejar@v5.0.4/mod.ts";
export type { CookieOptions } from "https://deno.land/x/another_cookiejar@v5.0.4/mod.ts";
export * as base64 from "https://deno.land/[email protected]/encoding/base64.ts";
export * as flags from "https://deno.land/[email protected]/flags/mod.ts";
export * as io from "https://deno.land/[email protected]/io/mod.ts";
export * as uuid from "https://deno.land/[email protected]/uuid/mod.ts";
export * as msgpack from "https://deno.land/x/[email protected]/mod.ts";
export * as path from "https://deno.land/[email protected]/path/mod.ts";
export { MultiProgressBar } from "https://deno.land/x/[email protected]/mod.ts";
export { Mutex } from "https://deno.land/x/[email protected].1/mod.ts";
export { Mutex } from "https://deno.land/x/[email protected].2/mod.ts";
export type { DeepReadonly } from "https://deno.land/x/[email protected]/mod.ts";
2 changes: 1 addition & 1 deletion scripts/compile.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as path from "https://deno.land/std@0.178.0/path/mod.ts";
import * as path from "https://deno.land/std@0.213.0/path/mod.ts";
import { assertEquals } from "../dev_deps.ts";

if (import.meta.main) {
Expand Down
1 change: 0 additions & 1 deletion scripts/deno.json

This file was deleted.

Loading

0 comments on commit aa039c7

Please sign in to comment.