Update dependencies

This commit is contained in:
courtmanr@gmail.com
2025-05-22 15:43:18 +01:00
parent 0d0dbac5af
commit 2b78da4320
2 changed files with 1600 additions and 16 deletions
+1598 -15
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -29,7 +29,8 @@
"dotenv": "^16.5.0",
"express": "^5.1.0",
"semver": "^7.7.2",
"socket.io": "^4.7.2"
"socket.io": "^4.7.2",
"sqlite3": "^5.1.7"
},
"_comment_tailwind_v3_reason": "Using Tailwind CSS v3 (3.4.4) due to build inconsistencies observed with v4 (specifically 4.1.4). v4 resulted in incorrectly purged CSS files when built within certain Linux environments (e.g., Proxmox LXC - Debian 12 x86_64), failing to detect dynamically added classes. v3.4.4 builds correctly.",
"devDependencies": {