File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @trigger.dev/schema-to-json " : patch
3
+ ---
4
+
5
+ remove effect from optional peer dependencies since it's now a production dependency
Original file line number Diff line number Diff line change 60
60
},
61
61
"peerDependencies" : {
62
62
"arktype" : " >=2.0.0" ,
63
- "effect" : " >=3.0.0" ,
64
63
"runtypes" : " >=5.0.0" ,
65
64
"superstruct" : " >=0.14.2" ,
66
65
"@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"
70
67
},
71
68
"peerDependenciesMeta" : {
72
69
"arktype" : {
73
70
"optional" : true
74
71
},
75
- "effect" : {
76
- "optional" : true
77
- },
78
72
"runtypes" : {
79
73
"optional" : true
80
74
},
86
80
},
87
81
"valibot" : {
88
82
"optional" : true
89
- },
90
- "yup" : {
91
- "optional" : true
92
- },
93
- "zod" : {
94
- "optional" : true
95
83
}
96
84
},
97
85
"tshy" : {
You can’t perform that action at this time.
0 commit comments