Skip to content

Commit

Permalink
chore(deps): upgrade @std to latest version (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar authored Sep 27, 2024
1 parent 64fff28 commit 2a32a37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"@cliffy/prompt": "jsr:@cliffy/prompt@1.0.0-rc.5",
"@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.5",
"@cliffy/testing": "jsr:@cliffy/testing@1.0.0-rc.5",
"@std/assert": "jsr:@std/assert@1.0.0-rc.2",
"@std/async": "jsr:@std/async@1.0.0-rc.2",
"@std/cli": "jsr:@std/cli@1.0.0-rc.2",
"@std/datetime": "jsr:@std/datetime@~0.224.1",
"@std/encoding": "jsr:@std/encoding@1.0.0-rc.2",
"@std/fmt": "jsr:@std/fmt@~0.225.4",
"@std/fs": "jsr:@std/fs@1.0.0-rc.2",
"@std/http": "jsr:@std/http@1.0.0-rc.1",
"@std/io": "jsr:@std/io@~0.224.2",
"@std/path": "jsr:@std/path@1.0.0-rc.2",
"@std/testing": "jsr:@std/testing@1.0.0-rc.1",
"@std/text": "jsr:@std/text@1.0.0-rc.1",
"@std/assert": "jsr:@std/assert@~1.0.6",
"@std/async": "jsr:@std/async@~1.0.5",
"@std/cli": "jsr:@std/cli@~1.0.6",
"@std/datetime": "jsr:@std/datetime@~0.225.2",
"@std/encoding": "jsr:@std/encoding@~1.0.5",
"@std/fmt": "jsr:@std/fmt@~1.0.2",
"@std/fs": "jsr:@std/fs@~1.0.4",
"@std/http": "jsr:@std/http@~1.0.7",
"@std/io": "jsr:@std/io@~0.224.9",
"@std/path": "jsr:@std/path@~1.0.6",
"@std/testing": "jsr:@std/testing@1.0.0",
"@std/text": "jsr:@std/text@~1.0.7",
"sinon": "npm:sinon@13.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/ansi/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const colorNames1: Array<keyof typeof stdColors> = [
"yellow",
"white",
"underline",
"stripColor",
"stripAnsiCode",
"strikethrough",
"reset",
"red",
Expand Down

0 comments on commit 2a32a37

Please sign in to comment.