Skip to content

Commit 1d4d823

Browse files
committed
升级
1 parent 8824bb2 commit 1d4d823

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# uses: denoland/setup-deno@v1
3030
uses: denoland/[email protected]
3131
with:
32-
deno-version: v1.23.1
32+
deno-version: v1.24.0
3333

3434
# Uncomment this step to verify the use of 'deno fmt' on each commit.
3535
# - name: Verify formatting

deps.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ export {
55
assertFalse,
66
assertStrictEquals,
77
equal,
8-
} from "https://deno.land/std@0.147.0/testing/asserts.ts";
8+
} from "https://deno.land/std@0.149.0/testing/asserts.ts";
99
export { default as random } from "https://cdn.skypack.dev/[email protected]/random?dts";
1010
export { default as zip } from "https://cdn.skypack.dev/[email protected]/zip?dts";
1111

1212
export { default as uniqBy } from "https://cdn.skypack.dev/[email protected]/uniqBy?dts";
1313

1414
export { default as intersection } from "https://cdn.skypack.dev/[email protected]/intersection?dts";
1515

16-
export { walk } from "https://deno.land/std@0.147.0/fs/mod.ts";
17-
export { parse } from "https://deno.land/std@0.147.0/flags/mod.ts";
16+
export { walk } from "https://deno.land/std@0.149.0/fs/mod.ts";
17+
export { parse } from "https://deno.land/std@0.149.0/flags/mod.ts";
1818
export { combinations } from "https://deno.land/x/[email protected]/mod.ts";
19-
export { isIP } from "https://deno.land/std@0.147.0/node/internal/net.ts";
19+
export { isIP } from "https://deno.land/std@0.149.0/node/internal/net.ts";
2020
export { Heap } from "https://cdn.skypack.dev/@datastructures-js/[email protected]/?dts";
2121
export {
2222
BinarySearchTree,
2323
BinarySearchTreeNode,
24-
} from "https://cdn.skypack.dev/@datastructures-js/binary-search-tree@4.3.1/?dts";
24+
} from "https://cdn.skypack.dev/@datastructures-js/binary-search-tree@5.0.0/?dts";

0 commit comments

Comments
 (0)