Updated Dependencies. Removed unused 'uuid' package. Fixed text color within select dropdown on Chromium based browsers on Windows using Dark Mode

This commit is contained in:
Glenn de Haan
2024-06-12 22:10:56 +02:00
parent df21247f27
commit 730e11ac27
3 changed files with 1744 additions and 781 deletions

View File

@@ -22,12 +22,11 @@
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"node-unifi": "^2.5.1",
"pdfkit": "^0.15.0",
"uuid": "^9.0.1"
"pdfkit": "^0.15.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"nodemon": "^3.1.2",
"tailwindcss": "^3.4.3"
"nodemon": "^3.1.3",
"tailwindcss": "^3.4.4"
}
}