fix(packages): remove effect from optional peer dependencies (#2527)

Fixes ERROR: Could not resolve "effect"
This commit is contained in:
Eric Allam
2025-09-18 23:09:37 +01:00
committed by GitHub
parent ad51168181
commit 0178bdbb00
2 changed files with 6 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@trigger.dev/schema-to-json": patch
---
remove effect from optional peer dependencies since it's now a production dependency
+1 -13
View File
@@ -60,21 +60,15 @@
},
"peerDependencies": {
"arktype": ">=2.0.0",
"effect": ">=3.0.0",
"runtypes": ">=5.0.0",
"superstruct": ">=0.14.2",
"@sinclair/typebox": ">=0.34.30",
"valibot": ">=0.41.0",
"yup": ">=1.0.0",
"zod": "^3.25.76 || ^4"
"valibot": ">=0.41.0"
},
"peerDependenciesMeta": {
"arktype": {
"optional": true
},
"effect": {
"optional": true
},
"runtypes": {
"optional": true
},
@@ -86,12 +80,6 @@
},
"valibot": {
"optional": true
},
"yup": {
"optional": true
},
"zod": {
"optional": true
}
},
"tshy": {