This commit is contained in:
jarek
2026-04-18 08:33:19 +02:00
parent c210ef0a8e
commit afee09866d
55 changed files with 7767 additions and 131 deletions
+5 -4
View File
@@ -1,7 +1,7 @@
{
"name": "dockhand",
"private": true,
"version": "1.0.24",
"version": "1.0.25",
"type": "module",
"scripts": {
"dev": "npx vite dev",
@@ -77,11 +77,11 @@
"croner": "9.1.0",
"cronstrue": "3.9.0",
"devalue": "5.6.4",
"drizzle-orm": "0.45.1",
"drizzle-orm": "0.45.2",
"fast-xml-parser": "5.5.8",
"js-yaml": "4.1.1",
"ldapts": "8.1.3",
"nodemailer": "8.0.4",
"nodemailer": "8.0.5",
"otpauth": "9.4.1",
"postgres": "3.4.8",
"qrcode": "1.5.4",
@@ -136,6 +136,7 @@
"@codemirror/commands": "6.10.1",
"@codemirror/search": "6.6.0",
"@lezer/common": "1.5.0",
"@lezer/highlight": "1.2.3"
"@lezer/highlight": "1.2.3",
"devalue": "5.6.4"
}
}