Skip to content

Commit e4e9e45

Browse files
feat(deps): Update Patch updates
1 parent 47f70f5 commit e4e9e45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

duraton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DurationFormat } from "npm:@formatjs/intl-durationformat@0.7.4";
1+
import { DurationFormat } from "npm:@formatjs/intl-durationformat@0.7.6";
22
import { Array, Data, DateTime, Duration, HashMap, Option } from "./effect.ts";
33

44
const shortFormatterHashMap = HashMap.empty<

test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*/
1111

1212
export * from "jsr:@std/expect@1.0.17";
13-
export * from "jsr:@std/testing@1.0.15/bdd";
14-
export * from "jsr:@std/testing@1.0.15/unstable-bdd";
13+
export * from "jsr:@std/testing@1.0.16/bdd";
14+
export * from "jsr:@std/testing@1.0.16/unstable-bdd";

0 commit comments

Comments
 (0)