refactor to adapters

This commit is contained in:
2025-12-15 18:34:20 +01:00
parent fc671482c8
commit c817d76092
145 changed files with 906 additions and 361 deletions

View File

@@ -67,9 +67,10 @@
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/bcrypt": "^6.0.0",
"@types/express": "^4.17.21",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.1",
"@types/express": "^4.17.21",
"@vitest/ui": "^2.1.8",
"cheerio": "^1.0.0",
"commander": "^11.0.0",
@@ -85,9 +86,11 @@
},
"dependencies": {
"@gridpilot/social": "file:core/social",
"bcrypt": "^6.0.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"reflect-metadata": "^0.2.2",
"tsyringe": "^4.10.0"
"tsyringe": "^4.10.0",
"uuid": "^13.0.0"
}
}