Skip to content

Commit 7d25a4a

Browse files
authored
Merge 934d512 into 9cbf06f
2 parents 9cbf06f + 934d512 commit 7d25a4a

File tree

7 files changed

+2193
-2380
lines changed

7 files changed

+2193
-2380
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,15 @@
102102
"!dist/**/*.spec.*"
103103
],
104104
"peerDependencies": {
105+
"@effect/schema": "^0.73.4",
105106
"@exodus/schemasafe": "^1.3.0",
106107
"@sinclair/typebox": ">=0.32.30 <1",
107108
"@sveltejs/kit": "1.x || 2.x",
108109
"@typeschema/class-validator": "^0.2.0",
109-
"class-validator": "^0.14.1",
110110
"@vinejs/vine": "^1.8.0",
111111
"arktype": ">=2.0.0-rc.8",
112+
"class-validator": "^0.14.1",
113+
"effect": "^3.8.2",
112114
"joi": "^17.13.1",
113115
"superstruct": "^2.0.2",
114116
"svelte": "3.x || 4.x || >=5.0.0-next.51",
@@ -149,17 +151,25 @@
149151
},
150152
"@vinejs/vine": {
151153
"optional": true
154+
},
155+
"effect": {
156+
"optional": true
157+
},
158+
"@effect/schema": {
159+
"optional": true
152160
}
153161
},
154162
"optionalDependencies": {
163+
"@effect/schema": "^0.73.4",
155164
"@exodus/schemasafe": "^1.3.0",
156165
"@gcornut/valibot-json-schema": "^0.31.0",
157166
"@sinclair/typebox": "^0.32.35",
158167
"@sodaru/yup-to-json-schema": "^2.0.1",
159168
"@typeschema/class-validator": "^0.2.0",
160-
"class-validator": "^0.14.1",
161169
"@vinejs/vine": "^1.8.0",
162170
"arktype": "2.0.0-rc.8",
171+
"class-validator": "^0.14.1",
172+
"effect": "^3.8.2",
163173
"joi": "^17.13.3",
164174
"json-schema-to-ts": "^3.1.0",
165175
"superstruct": "^2.0.2",

0 commit comments

Comments
 (0)