Dependency updates. Implemented TRANSLATION_DEFAULT to override default selected translation

This commit is contained in:
Glenn de Haan
2025-01-04 22:35:17 +01:00
parent f717a2e358
commit 5e6ddc7746
8 changed files with 65 additions and 534 deletions

View File

@@ -34,12 +34,12 @@
"node-thermal-printer": "^4.4.3",
"node-unifi": "^2.5.1",
"nodemailer": "^6.9.16",
"pdfkit": "^0.15.1",
"pdfkit": "^0.16.0",
"qrcode": "^1.5.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"nodemon": "^3.1.7",
"tailwindcss": "^3.4.16"
"nodemon": "^3.1.9",
"tailwindcss": "^3.4.17"
}
}