Fix missing translations for advanced mode toggle (#10931)

Advanced mode toggle was in `twenty-ui` which doesn't support Lingui.

I removed lingui from the global package json and moved it to the local
package.json instead to prevent that kind of error from happening again
This commit is contained in:
Félix Malfait
2025-03-17 10:09:07 +01:00
committed by GitHub
parent fb1e674781
commit d0c31d3f71
37 changed files with 168 additions and 8 deletions

View File

@ -19,6 +19,7 @@
"@graphql-yoga/nestjs": "patch:@graphql-yoga/nestjs@2.1.0#./patches/@graphql-yoga+nestjs+2.1.0.patch",
"@langchain/mistralai": "^0.0.24",
"@langchain/openai": "^0.1.3",
"@lingui/core": "^5.1.2",
"@monaco-editor/react": "^4.6.0",
"@nestjs/cache-manager": "^2.2.1",
"@nestjs/devtools-integration": "^0.1.6",
@ -58,6 +59,7 @@
"zod-to-json-schema": "^3.23.1"
},
"devDependencies": {
"@lingui/cli": "^5.1.2",
"@nestjs/cli": "10.3.0",
"@nx/js": "18.3.3",
"@types/express-session": "^1.18.0",