fix boolean update odmdb

This commit is contained in:
2025-03-27 12:14:59 +01:00
parent 57d7301800
commit 38587df7e9
4 changed files with 22 additions and 10 deletions

View File

@@ -54,11 +54,13 @@
},
"license": "MIT",
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"apidoc": "^1.2.0",
"async": "^3.2.0",
"axios": "^1.7.8",
"bcrypt": "^5.0.0",
"cors": "^2.8.4",
"daisyui": "^5.0.9",
"dayjs": "^1.11.13",
"dns-sync": "^0.2.1",
"express": "^4.21.1",
@@ -78,10 +80,8 @@
"sharp": "^0.33.5",
"smtp-client": "^0.4.0",
"stripe": "^17.3.1",
"uuid": "^11.0.2",
"@tailwindcss/typography": "^0.5.15",
"daisyui": "^4.12.23",
"tailwindcss": "^3.4.17"
"tailwindcss": "^4.0.15",
"uuid": "^11.0.2"
},
"devDependencies": {}
}