Skip to content

Commit df0d202

Browse files
authored
Merge pull request #9 from totto2727-org/renovate/patch-updates
feat(deps): Update Patch updates
2 parents 160acbd + 8c6b6c5 commit df0d202

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

effect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
* @module
1010
*/
1111

12-
export * from "npm:effect@3.17.2";
12+
export * from "npm:effect@3.17.8";

effect/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
* @module
1010
*/
1111

12-
export * from "npm:@effect/cli@0.69.0";
12+
export * from "npm:@effect/cli@0.69.2";

effect/experimental/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* @module
55
*/
66

7-
export * from "npm:@effect/experimental@0.54.1";
7+
export * from "npm:@effect/experimental@0.54.6";

effect/opentelemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
* @module
1010
*/
1111

12-
export * from "npm:@effect/opentelemetry@0.56.0";
12+
export * from "npm:@effect/opentelemetry@0.56.4";

effect/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
* @module
1010
*/
1111

12-
export * from "npm:@effect/platform@0.90.0";
12+
export * from "npm:@effect/platform@0.90.5";

option-t/safe-try.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* SOFTWARE.
2727
*/
2828

29-
import { expect } from "jsr:@std/expect@1.0.16";
29+
import { expect } from "jsr:@std/expect@1.0.17";
3030
import { Result } from "../option-t.ts";
3131
import { safeTry, safeUnwrap } from "./safe-try.ts";
3232

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
* @module
1010
*/
1111

12-
export * from "jsr:@std/expect@1.0.16";
12+
export * from "jsr:@std/expect@1.0.17";
1313
export * from "jsr:@std/testing@1.0.15/bdd";
1414
export * from "jsr:@std/testing@1.0.15/unstable-bdd";

0 commit comments

Comments
 (0)