items revisions
ci / docker_image (push) Successful in 2m56s
ci / deploy (push) Successful in 26s

This commit is contained in:
2026-02-04 01:30:46 -06:00
parent 4ea6549ac7
commit 8ea632a14f
25 changed files with 621 additions and 280 deletions
+16 -1
View File
@@ -17,7 +17,8 @@
"nodemailer": "^7.0.13",
"postgres": "^3.4.7",
"sharp": "^0.34.5",
"svelte-preprocess": "^6.0.3"
"svelte-preprocess": "^6.0.3",
"valibot": "^1.2.0"
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
@@ -6646,6 +6647,20 @@
"dev": true,
"license": "MIT"
},
"node_modules/valibot": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/valibot/-/valibot-1.2.0.tgz",
"integrity": "sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==",
"license": "MIT",
"peerDependencies": {
"typescript": ">=5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/vary": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",