Skip to content

Commit

Permalink
chore: update dependencies (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Dec 17, 2024
1 parent d72ab43 commit 4548a79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "2.1.1",
"exports": "./mod.ts",
"imports": {
"@std/assert": "jsr:@std/assert@^0.220.1",
"@std/bytes": "jsr:@std/bytes@^0.220.1",
"@std/collections": "jsr:@std/collections@^0.220.1",
"@std/fmt": "jsr:@std/fmt@^0.220.1",
"@std/io": "jsr:@std/io@^0.220.1"
"@std/assert": "jsr:@std/assert@^1.0.9",
"@std/bytes": "jsr:@std/bytes@^1.0.4",
"@std/collections": "jsr:@std/collections@^1.0.9",
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/io": "jsr:@std/io@^0.225.0"
},
"tasks": {
"redis:start": "redis-server --save \"\" --appendonly no --daemonize yes",
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// deno-lint-ignore-file no-explicit-any
import { chunk } from "@std/collections/chunk";
import { concat } from "@std/bytes/concat";
import { writeAll } from "@std/io/write_all";
import { writeAll } from "@std/io/write-all";
import type { Reader, Writer } from "@std/io/types";

/**
Expand Down

0 comments on commit 4548a79

Please sign in to comment.