Add valibot dependency
Signed-off-by: Olivier 'reivilibre <git.contact@librepush.net>
This commit is contained in:
parent
e69e28fdce
commit
1e0fced19b
@ -36,6 +36,7 @@
|
||||
"express-session": "^1.18.0",
|
||||
"openapi-backend": "^5.15.0",
|
||||
"pg": "^8.16.3",
|
||||
"postgres-migrations": "^5.3.0"
|
||||
"postgres-migrations": "^5.3.0",
|
||||
"valibot": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
15
server/pnpm-lock.yaml
generated
15
server/pnpm-lock.yaml
generated
@ -29,6 +29,9 @@ importers:
|
||||
postgres-migrations:
|
||||
specifier: ^5.3.0
|
||||
version: 5.3.0
|
||||
valibot:
|
||||
specifier: ^1.1.0
|
||||
version: 1.1.0(typescript@5.9.2)
|
||||
devDependencies:
|
||||
'@biomejs/biome':
|
||||
specifier: 2.2.3
|
||||
@ -2063,6 +2066,14 @@ packages:
|
||||
resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==}
|
||||
engines: {node: '>=10.12.0'}
|
||||
|
||||
valibot@1.1.0:
|
||||
resolution: {integrity: sha512-Nk8lX30Qhu+9txPYTwM0cFlWLdPFsFr6LblzqIySfbZph9+BFsAHsNvHOymEviUepeIW6KFHzpX8TKhbptBXXw==}
|
||||
peerDependencies:
|
||||
typescript: '>=5'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
vary@1.1.2:
|
||||
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
||||
engines: {node: '>= 0.8'}
|
||||
@ -4348,6 +4359,10 @@ snapshots:
|
||||
'@types/istanbul-lib-coverage': 2.0.6
|
||||
convert-source-map: 2.0.0
|
||||
|
||||
valibot@1.1.0(typescript@5.9.2):
|
||||
optionalDependencies:
|
||||
typescript: 5.9.2
|
||||
|
||||
vary@1.1.2: {}
|
||||
|
||||
walker@1.0.8:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user