Skip to content

Commit f41630d

Browse files
committed
Add missing dev dependencies
1 parent 5c62aef commit f41630d

File tree

7 files changed

+52
-12
lines changed

7 files changed

+52
-12
lines changed

packages/ui-avatar/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"private": true,
55
"devDependencies": {
66
"@babel/core": "~7.26.10",
7+
"@rocket.chat/core-typings": "workspace:~",
8+
"@rocket.chat/emitter": "~0.31.25",
79
"@rocket.chat/fuselage": "^0.64.0",
10+
"@rocket.chat/fuselage-hooks": "^0.36.0",
11+
"@rocket.chat/fuselage-polyfills": "~0.31.25",
12+
"@rocket.chat/fuselage-tokens": "~0.33.2",
13+
"@rocket.chat/icons": "^0.43.0",
814
"@rocket.chat/ui-contexts": "workspace:^",
915
"@types/react": "~18.3.23",
1016
"@types/react-dom": "~18.3.7",
@@ -14,6 +20,8 @@
1420
"eslint-plugin-storybook": "~0.11.6",
1521
"eslint-plugin-testing-library": "~6.4.0",
1622
"react": "~18.3.1",
23+
"react-dom": "~18.3.1",
24+
"react-virtuoso": "^4.12.0",
1725
"typescript": "~5.8.3"
1826
},
1927
"scripts": {

packages/ui-client/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
"devDependencies": {
2121
"@babel/core": "~7.26.10",
2222
"@react-aria/toolbar": "^3.0.0-nightly.5042",
23+
"@rocket.chat/core-typings": "workspace:~",
2324
"@rocket.chat/css-in-js": "~0.31.25",
25+
"@rocket.chat/emitter": "~0.31.25",
2426
"@rocket.chat/fuselage": "^0.64.0",
2527
"@rocket.chat/fuselage-hooks": "^0.36.0",
28+
"@rocket.chat/fuselage-polyfills": "~0.31.25",
29+
"@rocket.chat/fuselage-tokens": "~0.33.2",
2630
"@rocket.chat/icons": "^0.43.0",
2731
"@rocket.chat/jest-presets": "workspace:~",
2832
"@rocket.chat/mock-providers": "workspace:^",
@@ -32,6 +36,7 @@
3236
"@rocket.chat/ui-contexts": "workspace:~",
3337
"@storybook/react": "^8.6.14",
3438
"@storybook/react-webpack5": "^8.6.14",
39+
"@testing-library/dom": "~10.4.0",
3540
"@testing-library/react": "~16.0.1",
3641
"@types/dompurify": "^3.0.5",
3742
"@types/jest": "~29.5.14",
@@ -47,6 +52,7 @@
4752
"react": "~18.3.1",
4853
"react-dom": "~18.3.1",
4954
"react-hook-form": "~7.45.4",
55+
"react-virtuoso": "^4.12.0",
5056
"storybook": "^8.6.14",
5157
"typescript": "~5.8.3"
5258
},

packages/ui-composer/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@
2222
"devDependencies": {
2323
"@babel/core": "~7.26.10",
2424
"@react-aria/toolbar": "^3.0.0-nightly.5042",
25+
"@rocket.chat/emitter": "~0.31.25",
2526
"@rocket.chat/eslint-config": "workspace:^",
2627
"@rocket.chat/fuselage": "^0.64.0",
28+
"@rocket.chat/fuselage-hooks": "^0.36.0",
29+
"@rocket.chat/fuselage-polyfills": "~0.31.25",
30+
"@rocket.chat/fuselage-tokens": "~0.33.2",
2731
"@rocket.chat/icons": "^0.43.0",
2832
"@rocket.chat/jest-presets": "workspace:~",
2933
"@rocket.chat/tsconfig": "workspace:*",
@@ -45,8 +49,10 @@
4549
"jest": "~30.0.2",
4650
"react": "~18.3.1",
4751
"react-dom": "~18.3.1",
52+
"react-virtuoso": "^4.12.0",
4853
"storybook": "^8.6.14",
49-
"typescript": "~5.8.3"
54+
"typescript": "~5.8.3",
55+
"webpack": "~5.96.1"
5056
},
5157
"peerDependencies": {
5258
"@react-aria/toolbar": "*",

packages/ui-contexts/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
"@rocket.chat/ddp-client": "workspace:~",
88
"@rocket.chat/emitter": "~0.31.25",
99
"@rocket.chat/fuselage-hooks": "^0.36.0",
10+
"@rocket.chat/fuselage-tokens": "~0.33.2",
1011
"@rocket.chat/i18n": "workspace:~",
1112
"@rocket.chat/rest-typings": "workspace:^",
13+
"@rocket.chat/tools": "workspace:~",
1214
"@types/react": "~18.3.23",
1315
"@types/react-dom": "~18.3.7",
1416
"eslint": "~8.45.0",
1517
"eslint-plugin-react-hooks": "^5.0.0",
18+
"i18next": "~23.4.9",
1619
"mongodb": "6.10.0",
1720
"react": "~18.3.1",
1821
"typescript": "~5.8.3"

packages/ui-kit/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,12 @@
4444
"@rocket.chat/jest-presets": "workspace:~",
4545
"@rocket.chat/tsconfig": "workspace:*",
4646
"@types/jest": "~29.5.14",
47-
"babel-loader": "~9.2.1",
4847
"eslint": "~8.45.0",
4948
"jest": "~30.0.2",
5049
"npm-run-all": "~4.1.5",
5150
"prettier": "~3.3.3",
5251
"rimraf": "~6.0.1",
5352
"ts-jest": "~29.4.0",
54-
"ts-loader": "~9.5.2",
55-
"ts-node": "~10.9.2",
5653
"ts-patch": "^3.3.0",
5754
"typescript": "~5.8.3"
5855
},

packages/web-ui-registration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
},
6262
"peerDependencies": {
6363
"@rocket.chat/layout": "*",
64-
"@rocket.chat/tools": "0.2.2",
65-
"@rocket.chat/ui-contexts": "workspace:^",
64+
"@rocket.chat/tools": "*",
65+
"@rocket.chat/ui-contexts": "*",
6666
"@tanstack/react-query": "*",
6767
"react": "*",
6868
"react-hook-form": "*",

yarn.lock

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8812,7 +8812,13 @@ __metadata:
88128812
resolution: "@rocket.chat/ui-avatar@workspace:packages/ui-avatar"
88138813
dependencies:
88148814
"@babel/core": "npm:~7.26.10"
8815+
"@rocket.chat/core-typings": "workspace:~"
8816+
"@rocket.chat/emitter": "npm:~0.31.25"
88158817
"@rocket.chat/fuselage": "npm:^0.64.0"
8818+
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
8819+
"@rocket.chat/fuselage-polyfills": "npm:~0.31.25"
8820+
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
8821+
"@rocket.chat/icons": "npm:^0.43.0"
88168822
"@rocket.chat/ui-contexts": "workspace:^"
88178823
"@types/react": "npm:~18.3.23"
88188824
"@types/react-dom": "npm:~18.3.7"
@@ -8822,6 +8828,8 @@ __metadata:
88228828
eslint-plugin-storybook: "npm:~0.11.6"
88238829
eslint-plugin-testing-library: "npm:~6.4.0"
88248830
react: "npm:~18.3.1"
8831+
react-dom: "npm:~18.3.1"
8832+
react-virtuoso: "npm:^4.12.0"
88258833
typescript: "npm:~5.8.3"
88268834
peerDependencies:
88278835
"@rocket.chat/fuselage": "*"
@@ -8836,9 +8844,13 @@ __metadata:
88368844
dependencies:
88378845
"@babel/core": "npm:~7.26.10"
88388846
"@react-aria/toolbar": "npm:^3.0.0-nightly.5042"
8847+
"@rocket.chat/core-typings": "workspace:~"
88398848
"@rocket.chat/css-in-js": "npm:~0.31.25"
8849+
"@rocket.chat/emitter": "npm:~0.31.25"
88408850
"@rocket.chat/fuselage": "npm:^0.64.0"
88418851
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
8852+
"@rocket.chat/fuselage-polyfills": "npm:~0.31.25"
8853+
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
88428854
"@rocket.chat/icons": "npm:^0.43.0"
88438855
"@rocket.chat/jest-presets": "workspace:~"
88448856
"@rocket.chat/mock-providers": "workspace:^"
@@ -8848,6 +8860,7 @@ __metadata:
88488860
"@rocket.chat/ui-contexts": "workspace:~"
88498861
"@storybook/react": "npm:^8.6.14"
88508862
"@storybook/react-webpack5": "npm:^8.6.14"
8863+
"@testing-library/dom": "npm:~10.4.0"
88518864
"@testing-library/react": "npm:~16.0.1"
88528865
"@types/dompurify": "npm:^3.0.5"
88538866
"@types/jest": "npm:~29.5.14"
@@ -8864,6 +8877,7 @@ __metadata:
88648877
react: "npm:~18.3.1"
88658878
react-dom: "npm:~18.3.1"
88668879
react-hook-form: "npm:~7.45.4"
8880+
react-virtuoso: "npm:^4.12.0"
88678881
storybook: "npm:^8.6.14"
88688882
typescript: "npm:~5.8.3"
88698883
peerDependencies:
@@ -8885,8 +8899,12 @@ __metadata:
88858899
dependencies:
88868900
"@babel/core": "npm:~7.26.10"
88878901
"@react-aria/toolbar": "npm:^3.0.0-nightly.5042"
8902+
"@rocket.chat/emitter": "npm:~0.31.25"
88888903
"@rocket.chat/eslint-config": "workspace:^"
88898904
"@rocket.chat/fuselage": "npm:^0.64.0"
8905+
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
8906+
"@rocket.chat/fuselage-polyfills": "npm:~0.31.25"
8907+
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
88908908
"@rocket.chat/icons": "npm:^0.43.0"
88918909
"@rocket.chat/jest-presets": "workspace:~"
88928910
"@rocket.chat/tsconfig": "workspace:*"
@@ -8908,8 +8926,10 @@ __metadata:
89088926
jest: "npm:~30.0.2"
89098927
react: "npm:~18.3.1"
89108928
react-dom: "npm:~18.3.1"
8929+
react-virtuoso: "npm:^4.12.0"
89118930
storybook: "npm:^8.6.14"
89128931
typescript: "npm:~5.8.3"
8932+
webpack: "npm:~5.96.1"
89138933
peerDependencies:
89148934
"@react-aria/toolbar": "*"
89158935
"@rocket.chat/fuselage": "*"
@@ -8927,13 +8947,16 @@ __metadata:
89278947
"@rocket.chat/ddp-client": "workspace:~"
89288948
"@rocket.chat/emitter": "npm:~0.31.25"
89298949
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
8950+
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
89308951
"@rocket.chat/i18n": "workspace:~"
89318952
"@rocket.chat/password-policies": "workspace:^"
89328953
"@rocket.chat/rest-typings": "workspace:^"
8954+
"@rocket.chat/tools": "workspace:~"
89338955
"@types/react": "npm:~18.3.23"
89348956
"@types/react-dom": "npm:~18.3.7"
89358957
eslint: "npm:~8.45.0"
89368958
eslint-plugin-react-hooks: "npm:^5.0.0"
8959+
i18next: "npm:~23.4.9"
89378960
mongodb: "npm:6.10.0"
89388961
react: "npm:~18.3.1"
89398962
typescript: "npm:~5.8.3"
@@ -8961,15 +8984,12 @@ __metadata:
89618984
"@rocket.chat/jest-presets": "workspace:~"
89628985
"@rocket.chat/tsconfig": "workspace:*"
89638986
"@types/jest": "npm:~29.5.14"
8964-
babel-loader: "npm:~9.2.1"
89658987
eslint: "npm:~8.45.0"
89668988
jest: "npm:~30.0.2"
89678989
npm-run-all: "npm:~4.1.5"
89688990
prettier: "npm:~3.3.3"
89698991
rimraf: "npm:~6.0.1"
89708992
ts-jest: "npm:~29.4.0"
8971-
ts-loader: "npm:~9.5.2"
8972-
ts-node: "npm:~10.9.2"
89738993
ts-patch: "npm:^3.3.0"
89748994
typescript: "npm:~5.8.3"
89758995
typia: "npm:~9.3.1"
@@ -9234,8 +9254,8 @@ __metadata:
92349254
typescript: "npm:~5.8.3"
92359255
peerDependencies:
92369256
"@rocket.chat/layout": "*"
9237-
"@rocket.chat/tools": 0.2.2
9238-
"@rocket.chat/ui-contexts": "workspace:^"
9257+
"@rocket.chat/tools": "*"
9258+
"@rocket.chat/ui-contexts": "*"
92399259
"@tanstack/react-query": "*"
92409260
react: "*"
92419261
react-hook-form: "*"
@@ -34060,7 +34080,7 @@ __metadata:
3406034080
languageName: node
3406134081
linkType: hard
3406234082

34063-
"ts-node@npm:^10.9.2, ts-node@npm:~10.9.2":
34083+
"ts-node@npm:^10.9.2":
3406434084
version: 10.9.2
3406534085
resolution: "ts-node@npm:10.9.2"
3406634086
dependencies:

0 commit comments

Comments
 (0)