chore: Bump fuselage packages (#36220)

pull/36125/head^2
Yash Rajpal 7 months ago committed by GitHub
parent df4a0d188e
commit 9fd2be4a57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      apps/meteor/client/views/composer/EmojiPicker/ToneSelector/ToneSelector.tsx
  2. 6
      apps/meteor/package.json
  3. 6
      apps/uikit-playground/package.json
  4. 4
      ee/packages/ui-theming/package.json
  5. 4
      packages/fuselage-ui-kit/package.json
  6. 2
      packages/gazzodown/package.json
  7. 4
      packages/livechat/package.json
  8. 2
      packages/storybook-config/package.json
  9. 2
      packages/ui-avatar/package.json
  10. 4
      packages/ui-client/package.json
  11. 2
      packages/ui-composer/package.json
  12. 2
      packages/ui-contexts/package.json
  13. 4
      packages/ui-video-conf/package.json
  14. 4
      packages/ui-voip/package.json
  15. 73
      yarn.lock

@ -46,7 +46,9 @@ const ToneSelector = ({ tone, setTone }: { tone: number; setTone: (tone: number)
[hide, reset, setTone],
);
useEffect(() => setTone(tone), [tone, setTone]);
useEffect(() => {
setTone(tone);
}, [tone, setTone]);
return (
<>

@ -249,8 +249,8 @@
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/favicon": "workspace:^",
"@rocket.chat/freeswitch": "workspace:^",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.35.0",
"@rocket.chat/fuselage-tokens": "~0.33.2",
@ -264,7 +264,7 @@
"@rocket.chat/license": "workspace:^",
"@rocket.chat/log-format": "workspace:^",
"@rocket.chat/logger": "workspace:^",
"@rocket.chat/logo": "^0.32.0",
"@rocket.chat/logo": "^0.32.1",
"@rocket.chat/memo": "~0.31.25",
"@rocket.chat/message-parser": "workspace:^",
"@rocket.chat/model-typings": "workspace:^",

@ -18,14 +18,14 @@
"@lezer/highlight": "^1.2.1",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.35.0",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/fuselage-ui-kit": "workspace:~",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/logo": "^0.32.0",
"@rocket.chat/logo": "^0.32.1",
"@rocket.chat/styled": "~0.32.0",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:~",

@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/ui-contexts": "workspace:~",
"@types/react": "~18.3.17",

@ -52,8 +52,8 @@
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/jest-presets": "workspace:~",

@ -30,7 +30,7 @@
"@babel/core": "~7.26.0",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/message-parser": "workspace:^",

@ -30,9 +30,9 @@
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/ddp-client": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/logo": "^0.32.0",
"@rocket.chat/logo": "^0.32.1",
"@rocket.chat/ui-contexts": "workspace:^",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-styling-webpack": "^1.0.1",

@ -16,7 +16,7 @@
},
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:~",
"@rocket.chat/fuselage": "^0.62.2",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/tsconfig": "workspace:*",
"@storybook/react": "^8.6.14",

@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@babel/core": "~7.26.0",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/ui-contexts": "workspace:^",
"@types/react": "~18.3.17",
"@types/react-dom": "~18.3.5",

@ -21,8 +21,8 @@
"@babel/core": "~7.26.0",
"@react-aria/toolbar": "^3.0.0-nightly.5042",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/mock-providers": "workspace:^",

@ -23,7 +23,7 @@
"@babel/core": "~7.26.0",
"@react-aria/toolbar": "^3.0.0-nightly.5042",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/tsconfig": "workspace:*",

@ -6,7 +6,7 @@
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/ddp-client": "workspace:~",
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/i18n": "workspace:~",
"@rocket.chat/rest-typings": "workspace:^",
"@types/react": "~18.3.17",

@ -24,8 +24,8 @@
"@babel/core": "~7.26.0",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/styled": "~0.32.0",

@ -31,8 +31,8 @@
"@react-spectrum/test-utils": "~1.0.0-alpha.2",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.62.3",
"@rocket.chat/fuselage-hooks": "~0.35.0",
"@rocket.chat/fuselage": "^0.64.0",
"@rocket.chat/fuselage-hooks": "^0.36.0",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/mock-providers": "workspace:~",

@ -8797,13 +8797,14 @@ __metadata:
languageName: unknown
linkType: soft
"@rocket.chat/fuselage-hooks@npm:^0.35.0, @rocket.chat/fuselage-hooks@npm:~0.35.0":
version: 0.35.0
resolution: "@rocket.chat/fuselage-hooks@npm:0.35.0"
"@rocket.chat/fuselage-hooks@npm:^0.36.0":
version: 0.36.0
resolution: "@rocket.chat/fuselage-hooks@npm:0.36.0"
peerDependencies:
"@rocket.chat/emitter": "*"
"@rocket.chat/fuselage-tokens": "*"
react: "*"
checksum: 10/7c2e1553a7ee6a9e041aefc02327209085496d6af4f470eade392a5bbcf726da1b340cfd8884a44fd6f7657e5865ccc81ddaf0fc3cd895c7e7948e3989372af2
checksum: 10/adce13a7b03dc3c06a4fa9b7d808a3dcb01edaf45c644461e47a1d727708605bac2a92da8494687dd32e617fab62daff76cb14e253b1b22398ae871c7c8aa3f2
languageName: node
linkType: hard
@ -8855,8 +8856,8 @@ __metadata:
"@rocket.chat/apps-engine": "workspace:^"
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/fuselage-polyfills": "npm:~0.31.25"
"@rocket.chat/gazzodown": "workspace:^"
"@rocket.chat/icons": "npm:^0.43.0"
@ -8915,9 +8916,9 @@ __metadata:
languageName: unknown
linkType: soft
"@rocket.chat/fuselage@npm:^0.62.2, @rocket.chat/fuselage@npm:^0.62.3":
version: 0.62.3
resolution: "@rocket.chat/fuselage@npm:0.62.3"
"@rocket.chat/fuselage@npm:^0.64.0":
version: 0.64.0
resolution: "@rocket.chat/fuselage@npm:0.64.0"
dependencies:
"@rocket.chat/css-in-js": "npm:^0.31.25"
"@rocket.chat/css-supports": "npm:^0.31.25"
@ -8935,7 +8936,7 @@ __metadata:
react: "*"
react-dom: "*"
react-virtuoso: 1.2.4
checksum: 10/61c36e94426ef19ecfd7a08583da3cff8db8a48dfa3def0e87d7fdb7a85cb0da4fe29916360c432ba72c62adaac33066e8cd1f97799fce4e662f1c8a9a0b26c0
checksum: 10/39751f8e46eafb3bf824b6ffdc7969dfd14465e635bb699a14b626cfb43a6a9204e207c306d6782ed63f81e1ae10bc147bd02742992f1bd12952490641d0b0be
languageName: node
linkType: hard
@ -8946,7 +8947,7 @@ __metadata:
"@babel/core": "npm:~7.26.0"
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/css-in-js": "npm:~0.31.25"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
"@rocket.chat/jest-presets": "workspace:~"
"@rocket.chat/message-parser": "workspace:^"
@ -9122,10 +9123,10 @@ __metadata:
"@rocket.chat/ddp-client": "workspace:^"
"@rocket.chat/emitter": "npm:~0.31.25"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
"@rocket.chat/gazzodown": "workspace:^"
"@rocket.chat/logo": "npm:^0.32.0"
"@rocket.chat/logo": "npm:^0.32.1"
"@rocket.chat/message-parser": "workspace:^"
"@rocket.chat/random": "workspace:~"
"@rocket.chat/ui-contexts": "workspace:^"
@ -9232,16 +9233,16 @@ __metadata:
languageName: unknown
linkType: soft
"@rocket.chat/logo@npm:^0.32.0":
version: 0.32.0
resolution: "@rocket.chat/logo@npm:0.32.0"
"@rocket.chat/logo@npm:^0.32.1":
version: 0.32.1
resolution: "@rocket.chat/logo@npm:0.32.1"
dependencies:
"@rocket.chat/fuselage-hooks": "npm:^0.35.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/styled": "npm:^0.32.0"
peerDependencies:
react: "*"
react-dom: 17.0.2
checksum: 10/2934d58fe5d7d9b65984bfc3c1f5a81a7fe563400358cb17f36b2f6b72b7843aaa87767a5debc07f98f09bf02569181cef79321ae0ce0383b8ecb1c7cbb7f8fc
checksum: 10/bf11b417b980f3415083ac8727e02917e36cec8e612f3994562f79a4959c1e2a9ef5bd5262f2bb9f345b4c4430baa1c1cbd5d8393945b126e5a5d83eb5844ce5
languageName: node
linkType: hard
@ -9327,8 +9328,8 @@ __metadata:
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/favicon": "workspace:^"
"@rocket.chat/freeswitch": "workspace:^"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/fuselage-polyfills": "npm:~0.31.25"
"@rocket.chat/fuselage-toastbar": "npm:^0.35.0"
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
@ -9344,7 +9345,7 @@ __metadata:
"@rocket.chat/livechat": "workspace:^"
"@rocket.chat/log-format": "workspace:^"
"@rocket.chat/logger": "workspace:^"
"@rocket.chat/logo": "npm:^0.32.0"
"@rocket.chat/logo": "npm:^0.32.1"
"@rocket.chat/memo": "npm:~0.31.25"
"@rocket.chat/message-parser": "workspace:^"
"@rocket.chat/mock-providers": "workspace:^"
@ -10183,7 +10184,7 @@ __metadata:
resolution: "@rocket.chat/storybook-config@workspace:packages/storybook-config"
dependencies:
"@rocket.chat/eslint-config": "workspace:~"
"@rocket.chat/fuselage": "npm:^0.62.2"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
"@rocket.chat/icons": "npm:^0.43.0"
"@rocket.chat/tsconfig": "workspace:*"
@ -10312,7 +10313,7 @@ __metadata:
resolution: "@rocket.chat/ui-avatar@workspace:packages/ui-avatar"
dependencies:
"@babel/core": "npm:~7.26.0"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/ui-contexts": "workspace:^"
"@types/react": "npm:~18.3.17"
"@types/react-dom": "npm:~18.3.5"
@ -10337,8 +10338,8 @@ __metadata:
"@babel/core": "npm:~7.26.0"
"@react-aria/toolbar": "npm:^3.0.0-nightly.5042"
"@rocket.chat/css-in-js": "npm:~0.31.25"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/icons": "npm:^0.43.0"
"@rocket.chat/jest-presets": "workspace:~"
"@rocket.chat/mock-providers": "workspace:^"
@ -10386,7 +10387,7 @@ __metadata:
"@babel/core": "npm:~7.26.0"
"@react-aria/toolbar": "npm:^3.0.0-nightly.5042"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/icons": "npm:^0.43.0"
"@rocket.chat/jest-presets": "workspace:~"
"@rocket.chat/tsconfig": "workspace:*"
@ -10426,7 +10427,7 @@ __metadata:
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/ddp-client": "workspace:~"
"@rocket.chat/emitter": "npm:~0.31.25"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/i18n": "workspace:~"
"@rocket.chat/password-policies": "workspace:^"
"@rocket.chat/rest-typings": "workspace:^"
@ -10483,8 +10484,8 @@ __metadata:
resolution: "@rocket.chat/ui-theming@workspace:ee/packages/ui-theming"
dependencies:
"@rocket.chat/css-in-js": "npm:~0.31.25"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/icons": "npm:^0.43.0"
"@rocket.chat/ui-contexts": "workspace:~"
"@types/react": "npm:~18.3.17"
@ -10513,8 +10514,8 @@ __metadata:
"@rocket.chat/css-in-js": "npm:~0.31.25"
"@rocket.chat/emitter": "npm:~0.31.25"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/icons": "npm:^0.43.0"
"@rocket.chat/jest-presets": "workspace:~"
"@rocket.chat/styled": "npm:~0.32.0"
@ -10565,8 +10566,8 @@ __metadata:
"@rocket.chat/css-in-js": "npm:~0.31.25"
"@rocket.chat/emitter": "npm:~0.31.25"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/icons": "npm:^0.43.0"
"@rocket.chat/jest-presets": "workspace:~"
"@rocket.chat/mock-providers": "workspace:~"
@ -10628,14 +10629,14 @@ __metadata:
"@lezer/highlight": "npm:^1.2.1"
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/css-in-js": "npm:~0.31.25"
"@rocket.chat/fuselage": "npm:^0.62.3"
"@rocket.chat/fuselage-hooks": "npm:~0.35.0"
"@rocket.chat/fuselage": "npm:^0.64.0"
"@rocket.chat/fuselage-hooks": "npm:^0.36.0"
"@rocket.chat/fuselage-polyfills": "npm:~0.31.25"
"@rocket.chat/fuselage-toastbar": "npm:^0.35.0"
"@rocket.chat/fuselage-tokens": "npm:~0.33.2"
"@rocket.chat/fuselage-ui-kit": "workspace:~"
"@rocket.chat/icons": "npm:^0.43.0"
"@rocket.chat/logo": "npm:^0.32.0"
"@rocket.chat/logo": "npm:^0.32.1"
"@rocket.chat/styled": "npm:~0.32.0"
"@rocket.chat/tsconfig": "workspace:*"
"@rocket.chat/ui-avatar": "workspace:^"

Loading…
Cancel
Save