build: add zod as a dependency

This commit is contained in:
2025-12-01 17:08:24 +01:00
parent 0d16393b2e
commit 76041eb7f8
2 changed files with 10 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
"vitest-browser-svelte": "^2.0.1"
},
"dependencies": {
"postgres": "^3.4.7"
"postgres": "^3.4.7",
"zod": "^4.1.13"
}
}

8
pnpm-lock.yaml generated
View File

@@ -11,6 +11,9 @@ importers:
postgres:
specifier: ^3.4.7
version: 3.4.7
zod:
specifier: ^4.1.13
version: 4.1.13
devDependencies:
'@eslint/compat':
specifier: ^1.4.0
@@ -1894,6 +1897,9 @@ packages:
zimmerframe@1.1.4:
resolution: {integrity: sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==}
zod@4.1.13:
resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==}
snapshots:
'@drizzle-team/brocli@0.10.2': {}
@@ -3354,3 +3360,5 @@ snapshots:
yocto-queue@0.1.0: {}
zimmerframe@1.1.4: {}
zod@4.1.13: {}