From eb73838e5d26a292383d04e221337d928b55ead0 Mon Sep 17 00:00:00 2001 From: Weiko Date: Tue, 18 Mar 2025 14:57:06 +0100 Subject: [PATCH] Fix yarn lock (#10985) --- packages/twenty-front/package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/packages/twenty-front/package.json b/packages/twenty-front/package.json index 25e6109ac..756532a36 100644 --- a/packages/twenty-front/package.json +++ b/packages/twenty-front/package.json @@ -34,8 +34,8 @@ "@blocknote/xl-pdf-exporter": "^0.22.0", "@cyntler/react-doc-viewer": "^1.17.0", "@lingui/core": "^5.1.2", - "@lingui/react": "^5.1.2", "@lingui/detect-locale": "^5.2.0", + "@lingui/react": "^5.1.2", "@nivo/calendar": "^0.87.0", "@nivo/core": "^0.87.0", "@nivo/line": "^0.87.0", diff --git a/yarn.lock b/yarn.lock index 72dd2370f..c797f9907 100644 --- a/yarn.lock +++ b/yarn.lock @@ -51281,6 +51281,11 @@ __metadata: version: 0.0.0-use.local resolution: "twenty-emails@workspace:packages/twenty-emails" dependencies: + "@lingui/cli": "npm:^5.1.2" + "@lingui/core": "npm:^5.1.2" + "@lingui/react": "npm:^5.1.2" + "@lingui/swc-plugin": "npm:^5.1.0" + "@lingui/vite-plugin": "npm:^5.1.2" twenty-shared: "workspace:*" languageName: unknown linkType: soft @@ -51292,7 +51297,12 @@ __metadata: "@blocknote/xl-docx-exporter": "npm:^0.22.0" "@blocknote/xl-pdf-exporter": "npm:^0.22.0" "@cyntler/react-doc-viewer": "npm:^1.17.0" + "@lingui/cli": "npm:^5.1.2" + "@lingui/core": "npm:^5.1.2" "@lingui/detect-locale": "npm:^5.2.0" + "@lingui/react": "npm:^5.1.2" + "@lingui/swc-plugin": "npm:^5.1.0" + "@lingui/vite-plugin": "npm:^5.1.2" "@nivo/calendar": "npm:^0.87.0" "@nivo/core": "npm:^0.87.0" "@nivo/line": "npm:^0.87.0" @@ -51326,6 +51336,8 @@ __metadata: "@graphql-yoga/nestjs": "patch:@graphql-yoga/nestjs@2.1.0#./patches/@graphql-yoga+nestjs+2.1.0.patch" "@langchain/mistralai": "npm:^0.0.24" "@langchain/openai": "npm:^0.1.3" + "@lingui/cli": "npm:^5.1.2" + "@lingui/core": "npm:^5.1.2" "@monaco-editor/react": "npm:^4.6.0" "@nestjs/cache-manager": "npm:^2.2.1" "@nestjs/cli": "npm:10.3.0" @@ -51471,11 +51483,6 @@ __metadata: "@jsdevtools/rehype-toc": "npm:^3.0.2" "@linaria/core": "npm:^6.2.0" "@linaria/react": "npm:^6.2.1" - "@lingui/cli": "npm:^5.1.2" - "@lingui/core": "npm:^5.1.2" - "@lingui/react": "npm:^5.1.2" - "@lingui/swc-plugin": "npm:^5.1.0" - "@lingui/vite-plugin": "npm:^5.1.2" "@mdx-js/react": "npm:^3.0.0" "@microsoft/microsoft-graph-client": "npm:^3.0.7" "@microsoft/microsoft-graph-types": "npm:^2.40.0"