Skip to content

Commit c9bfc5f

Browse files
chore: bump @std/collections to 0.224.2
1 parent 4629d55 commit c9bfc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fixtures/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { pick } from "jsr:@std/collections@0.224.0";
1+
import { pick } from "jsr:@std/collections@0.224.2";
22

33
export function fn() {
44
return pick({ a: 1, b: 2 }, ["a"]);

0 commit comments

Comments
 (0)