Skip to content

Commit

Permalink
deps(upgrade): upgrade @std/* to latest version (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar authored May 15, 2024
1 parent 45dbe30 commit 4e62e39
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"@cliffy/prompt": "jsr:@cliffy/prompt@1.0.0-rc.4",
"@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.4",
"@cliffy/testing": "jsr:@cliffy/testing@1.0.0-rc.4",
"@std/assert": "jsr:@std/assert@0.221",
"@std/async": "jsr:@std/async@0.221",
"@std/console": "jsr:@std/console@0.221",
"@std/datetime": "jsr:@std/datetime@0.221",
"@std/encoding": "jsr:@std/encoding@0.221",
"@std/fmt": "jsr:@std/fmt@0.221",
"@std/fs": "jsr:@std/fs@0.221",
"@std/http": "jsr:@std/http@0.221",
"@std/io": "jsr:@std/io@0.221",
"@std/path": "jsr:@std/path@0.221",
"@std/testing": "jsr:@std/testing@0.221",
"@std/text": "jsr:@std/text@0.221",
"@std/assert": "jsr:@std/assert@0.225",
"@std/async": "jsr:@std/async@0.224",
"@std/console": "jsr:@std/console@0.224",
"@std/datetime": "jsr:@std/datetime@0.224",
"@std/encoding": "jsr:@std/encoding@0.224",
"@std/fmt": "jsr:@std/fmt@0.224",
"@std/fs": "jsr:@std/fs@0.224",
"@std/http": "jsr:@std/http@0.224",
"@std/io": "jsr:@std/io@0.224",
"@std/path": "jsr:@std/path@0.224",
"@std/testing": "jsr:@std/testing@0.224",
"@std/text": "jsr:@std/text@0.224",
"sinon": "npm:sinon@13.0.2"
}
}

0 comments on commit 4e62e39

Please sign in to comment.