local no errors
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 9s

This commit is contained in:
BOTAlex 2025-10-03 15:06:40 +02:00
parent a7a53e6fb6
commit 7a21f70144
7 changed files with 104 additions and 5 deletions

12
package-lock.json generated
View file

@ -14,7 +14,8 @@
"pocketbase": "^0.26.2",
"svelte-katex": "^0.1.2",
"svelte-media-queries": "^1.6.2",
"theme-change": "^2.5.0"
"theme-change": "^2.5.0",
"zod": "^4.1.11"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
@ -3808,6 +3809,15 @@
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.2.tgz",
"integrity": "sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w=="
},
"node_modules/zod": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.11.tgz",
"integrity": "sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}