Skip to content

Commit 5ba6116

Browse files
authored
Update deps.ts
1 parent 56e4f49 commit 5ba6116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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/[email protected].1/?dts";
24+
} from "https://esm.sh/@datastructures-js/[email protected].2/?dts";
2525
export { default as groupBy } from "https://cdn.skypack.dev/[email protected]/groupBy?dts";
2626
export { default as sum } from "https://cdn.skypack.dev/[email protected]/sum?dts";
2727
export { TreeNode } from "https://cdn.skypack.dev/[email protected]?dts";

0 commit comments

Comments
 (0)