Skip to content

Commit 0178bdb

Browse files
authored
fix(packages): remove effect from optional peer dependencies (#2527)
Fixes ERROR: Could not resolve "effect"
1 parent ad51168 commit 0178bdb

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.changeset/brave-roses-cheat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/schema-to-json": patch
3+
---
4+
5+
remove effect from optional peer dependencies since it's now a production dependency

packages/schema-to-json/package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,15 @@
6060
},
6161
"peerDependencies": {
6262
"arktype": ">=2.0.0",
63-
"effect": ">=3.0.0",
6463
"runtypes": ">=5.0.0",
6564
"superstruct": ">=0.14.2",
6665
"@sinclair/typebox": ">=0.34.30",
67-
"valibot": ">=0.41.0",
68-
"yup": ">=1.0.0",
69-
"zod": "^3.25.76 || ^4"
66+
"valibot": ">=0.41.0"
7067
},
7168
"peerDependenciesMeta": {
7269
"arktype": {
7370
"optional": true
7471
},
75-
"effect": {
76-
"optional": true
77-
},
7872
"runtypes": {
7973
"optional": true
8074
},
@@ -86,12 +80,6 @@
8680
},
8781
"valibot": {
8882
"optional": true
89-
},
90-
"yup": {
91-
"optional": true
92-
},
93-
"zod": {
94-
"optional": true
9583
}
9684
},
9785
"tshy": {

0 commit comments

Comments
 (0)