[FIX] Move preconstruct patch into twenty-shared package (#11124)

This commit is contained in:
Paul Rastoin
2025-03-24 15:51:14 +01:00
committed by GitHub
parent e23fcb21ae
commit da394ffcdc
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.26.9", "@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", "@prettier/sync": "^0.5.2",
"@types/babel__preset-env": "^7", "@types/babel__preset-env": "^7",
"babel-plugin-module-resolver": "^5.0.2" "babel-plugin-module-resolver": "^5.0.2"

View File

@ -12414,9 +12414,9 @@ __metadata:
languageName: node languageName: node
linkType: hard 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 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: dependencies:
"@babel/code-frame": "npm:^7.5.5" "@babel/code-frame": "npm:^7.5.5"
"@babel/core": "npm:^7.7.7" "@babel/core": "npm:^7.7.7"
@ -52849,7 +52849,7 @@ __metadata:
resolution: "twenty-shared@workspace:packages/twenty-shared" resolution: "twenty-shared@workspace:packages/twenty-shared"
dependencies: dependencies:
"@babel/preset-env": "npm:^7.26.9" "@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" "@prettier/sync": "npm:^0.5.2"
"@sniptt/guards": "npm:^0.2.0" "@sniptt/guards": "npm:^0.2.0"
"@types/babel__preset-env": "npm:^7" "@types/babel__preset-env": "npm:^7"