Skip to content

Commit 98ab214

Browse files
author
FalkWolsky
committed
Fixes in workspaces anc comp includes
1 parent 9979f42 commit 98ab214

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

client/.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
nodeLinker: node-modules
2+
nmHoistingLimits: workspaces
23

34
npmRegistryServer: "https://registry.npmjs.org"
45

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"jest": "^29.5.0",
5151
"jest-environment-jsdom": "^29.5.0",
5252
"lint-staged": "^13.0.1",
53+
"lowcoder-cli": "workspace:^",
5354
"lowcoder-dev-utils": "workspace:^",
5455
"mq-polyfill": "^1.1.8",
5556
"prettier": "^3.1.0",
@@ -58,8 +59,7 @@
5859
"shelljs": "^0.8.5",
5960
"svgo": "^3.0.0",
6061
"typescript": "^4.8.4",
61-
"whatwg-fetch": "^3.6.2",
62-
"yarn": "^1.22.19"
62+
"whatwg-fetch": "^3.6.2"
6363
},
6464
"lint-staged": {
6565
"**/*.{mjs,ts,tsx,json,md,html}": "prettier --write --ignore-unknown",

client/packages/lowcoder-comps/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
"echarts-extension-gmap": "^1.6.0",
1818
"echarts-wordcloud": "^2.1.0",
1919
"lowcoder-cli": "workspace:^",
20+
"lowcoder-core": "workspace:^",
2021
"lowcoder-sdk": "workspace:^",
2122
"mermaid": "^10.2.4",
2223
"react": "17",
2324
"react-dom": "17",
25+
"react-resize-detector": "^7.0.0",
2426
"typescript": "4.8.4"
2527
},
2628
"lowcoder": {

client/yarn.lock

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12270,10 +12270,12 @@ __metadata:
1227012270
jest: 29.3.0
1227112271
jest-canvas-mock: ^2.5.2
1227212272
lowcoder-cli: "workspace:^"
12273+
lowcoder-core: "workspace:^"
1227312274
lowcoder-sdk: "workspace:^"
1227412275
mermaid: ^10.2.4
1227512276
react: 17
1227612277
react-dom: 17
12278+
react-resize-detector: ^7.0.0
1227712279
typescript: 4.8.4
1227812280
vite: ^4.5.1
1227912281
vite-tsconfig-paths: ^3.6.0
@@ -12379,6 +12381,7 @@ __metadata:
1237912381
jest: ^29.5.0
1238012382
jest-environment-jsdom: ^29.5.0
1238112383
lint-staged: ^13.0.1
12384+
lowcoder-cli: "workspace:^"
1238212385
lowcoder-dev-utils: "workspace:^"
1238312386
mq-polyfill: ^1.1.8
1238412387
number-precision: ^1.6.0
@@ -12391,7 +12394,6 @@ __metadata:
1239112394
tui-image-editor: ^3.15.3
1239212395
typescript: ^4.8.4
1239312396
whatwg-fetch: ^3.6.2
12394-
yarn: ^1.22.19
1239512397
languageName: unknown
1239612398
linkType: soft
1239712399

@@ -19838,16 +19840,6 @@ __metadata:
1983819840
languageName: node
1983919841
linkType: hard
1984019842

19841-
"yarn@npm:^1.22.19":
19842-
version: 1.22.21
19843-
resolution: "yarn@npm:1.22.21"
19844-
bin:
19845-
yarn: bin/yarn.js
19846-
yarnpkg: bin/yarn.js
19847-
checksum: 791fab07ad55351049361686bcdd25c64a46e2afe2f2fc7587e666aa4f758d7eef80235b921aa09415557ac580ab23305c0181c1b43fed45f357a0c7a77322a1
19848-
languageName: node
19849-
linkType: hard
19850-
1985119843
"yocto-queue@npm:^0.1.0":
1985219844
version: 0.1.0
1985319845
resolution: "yocto-queue@npm:0.1.0"

0 commit comments

Comments
 (0)