From da394ffcdcabfff632e6549c21a97d510a2a7c41 Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:51:14 +0100 Subject: [PATCH] [FIX] Move preconstruct patch into twenty-shared package (#11124) --- packages/twenty-shared/package.json | 2 +- .../patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch | 0 yarn.lock | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename {.yarn => packages/twenty-shared}/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch (100%) diff --git a/packages/twenty-shared/package.json b/packages/twenty-shared/package.json index b23229886..2abae91bb 100644 --- a/packages/twenty-shared/package.json +++ b/packages/twenty-shared/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.26.9", - "@preconstruct/cli": "patch:@preconstruct/cli@npm%3A2.8.11#~/.yarn/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch", + "@preconstruct/cli": "patch:@preconstruct/cli@npm%3A2.8.11#./patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch", "@prettier/sync": "^0.5.2", "@types/babel__preset-env": "^7", "babel-plugin-module-resolver": "^5.0.2" diff --git a/.yarn/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch b/packages/twenty-shared/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch similarity index 100% rename from .yarn/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch rename to packages/twenty-shared/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch diff --git a/yarn.lock b/yarn.lock index c49017d12..30f1f645e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12414,9 +12414,9 @@ __metadata: languageName: node linkType: hard -"@preconstruct/cli@patch:@preconstruct/cli@npm%3A2.8.11#~/.yarn/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch": +"@preconstruct/cli@patch:@preconstruct/cli@npm%3A2.8.11#./patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch::locator=twenty-shared%40workspace%3Apackages%2Ftwenty-shared": version: 2.8.11 - resolution: "@preconstruct/cli@patch:@preconstruct/cli@npm%3A2.8.11#~/.yarn/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch::version=2.8.11&hash=976544" + resolution: "@preconstruct/cli@patch:@preconstruct/cli@npm%3A2.8.11#./patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch::version=2.8.11&hash=976544&locator=twenty-shared%40workspace%3Apackages%2Ftwenty-shared" dependencies: "@babel/code-frame": "npm:^7.5.5" "@babel/core": "npm:^7.7.7" @@ -52849,7 +52849,7 @@ __metadata: resolution: "twenty-shared@workspace:packages/twenty-shared" dependencies: "@babel/preset-env": "npm:^7.26.9" - "@preconstruct/cli": "patch:@preconstruct/cli@npm%3A2.8.11#~/.yarn/patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch" + "@preconstruct/cli": "patch:@preconstruct/cli@npm%3A2.8.11#./patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch" "@prettier/sync": "npm:^0.5.2" "@sniptt/guards": "npm:^0.2.0" "@types/babel__preset-env": "npm:^7"