Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e038f0

Browse files
authored
fix: remove zod and zod-to-json-schema from optional deps (#3541)
1 parent 1f7ad56 commit 8e038f0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@
113113
"@valibot/to-json-schema": "^1.0.0",
114114
"better-sqlite3": "^12.2.0",
115115
"sqlite3": "*",
116-
"valibot": "^1.0.0",
117-
"zod": "*",
118-
"zod-to-json-schema": "*"
116+
"valibot": "^1.0.0"
119117
},
120118
"peerDependenciesMeta": {
121119
"@electric-sql/pglite": {
@@ -130,12 +128,6 @@
130128
"better-sqlite3": {
131129
"optional": true
132130
},
133-
"zod": {
134-
"optional": true
135-
},
136-
"zod-to-json-schema": {
137-
"optional": true
138-
},
139131
"valibot": {
140132
"optional": true
141133
},

0 commit comments

Comments
 (0)