Skip to content

Commit

Permalink
deps: upgrade @std/{assert,async,bytes,testing} (#461)
Browse files Browse the repository at this point in the history
- Bumps `@std/assert` to `1.0.7`
- Bumps `@std/async` to `1.0.8`
- Bumps `@std/bytes` to `1.0.3`
- Bumps `@std/testing` to `1.0.4`
  • Loading branch information
uki00a authored Nov 4, 2024
1 parent 176db18 commit 36acc3b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 22 deletions.
37 changes: 21 additions & 16 deletions deno.lock

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

2 changes: 1 addition & 1 deletion deps/std/assert.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/assert@^1.0.0";
export * from "jsr:@std/assert@^1";
2 changes: 1 addition & 1 deletion deps/std/async.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/async@^1.0.0/delay";
export * from "jsr:@std/async@^1/delay";
2 changes: 1 addition & 1 deletion deps/std/bytes.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/bytes@^1.0.0/concat";
export * from "jsr:@std/bytes@^1/concat";
6 changes: 3 additions & 3 deletions deps/std/testing.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "jsr:@std/testing@^1.0.0/bdd";
export type * from "jsr:@std/testing@^1.0.0/types";
export { assertType } from "jsr:@std/testing@^1.0.0/types";
export * from "jsr:@std/testing@^1/bdd";
export type * from "jsr:@std/testing@^1/types";
export { assertType } from "jsr:@std/testing@^1/types";

0 comments on commit 36acc3b

Please sign in to comment.