fix logger

This commit is contained in:
2025-12-15 22:39:17 +01:00
parent 7a11daa878
commit 3b566c973d
110 changed files with 1413 additions and 903 deletions

View File

@@ -71,10 +71,10 @@
"@types/express": "^4.17.21",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.1",
"@vitest/ui": "^2.1.8",
"@vitest/ui": "^4.0.15",
"cheerio": "^1.0.0",
"commander": "^11.0.0",
"electron": "^22.3.25",
"electron": "^39.2.7",
"husky": "^9.1.7",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
@@ -82,15 +82,19 @@
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.9.3",
"vitest": "^2.1.8"
"vitest": "^4.0.15"
},
"dependencies": {
"@gridpilot/social": "file:core/social",
"@nestjs/swagger": "11.2.3",
"bcrypt": "^6.0.0",
"electron-vite": "3.1.0",
"next": "15.5.9",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"reflect-metadata": "^0.2.2",
"tsyringe": "^4.10.0",
"uuid": "^13.0.0"
"uuid": "^13.0.0",
"vite": "6.4.1"
}
}