|
1 | 1 | { |
2 | 2 | "name": "@rocket.chat/fuselage", |
3 | | - "version": "0.72.1", |
| 3 | + "version": "0.73.0", |
4 | 4 | "description": "Rocket.Chat's React Components Library", |
5 | 5 | "homepage": "https://github.com/RocketChat/fuselage#readme", |
6 | 6 | "bugs": { |
|
37 | 37 | "build-storybook": "cross-env NODE_ENV=production storybook build" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@rocket.chat/css-in-js": "workspace:~", |
41 | | - "@rocket.chat/css-supports": "workspace:~", |
42 | | - "@rocket.chat/fuselage-tokens": "workspace:~", |
43 | | - "@rocket.chat/memo": "workspace:~", |
44 | | - "@rocket.chat/styled": "workspace:~", |
| 40 | + "@rocket.chat/css-in-js": "^0.31.25", |
| 41 | + "@rocket.chat/css-supports": "^0.31.25", |
| 42 | + "@rocket.chat/fuselage-tokens": "^0.33.2", |
| 43 | + "@rocket.chat/memo": "^0.31.25", |
| 44 | + "@rocket.chat/styled": "^0.32.0", |
45 | 45 | "invariant": "^2.2.4", |
46 | 46 | "react-aria": "~3.37.0", |
47 | 47 | "react-keyed-flatten-children": "^1.3.0", |
|
52 | 52 | "@babel/plugin-transform-runtime": "~7.28.5", |
53 | 53 | "@babel/preset-env": "~7.28.6", |
54 | 54 | "@babel/preset-react": "~7.28.5", |
55 | | - "@rocket.chat/fuselage-hooks": "workspace:~", |
56 | | - "@rocket.chat/icons": "workspace:~", |
57 | | - "@rocket.chat/storybook-dark-mode": "workspace:~", |
| 55 | + "@rocket.chat/fuselage-hooks": "^0.40.0", |
| 56 | + "@rocket.chat/icons": "^0.46.0", |
| 57 | + "@rocket.chat/storybook-dark-mode": "^4.1.0", |
58 | 58 | "@storybook/addon-a11y": "~9.1.17", |
59 | 59 | "@storybook/addon-docs": "~9.1.17", |
60 | 60 | "@storybook/addon-links": "~9.1.17", |
|
79 | 79 | "jest": "~30.2.0", |
80 | 80 | "jest-axe": "~10.0.0", |
81 | 81 | "jest-environment-jsdom": "~30.2.0", |
82 | | - "lint-all": "workspace:~", |
| 82 | + "lint-all": "^0.31.25", |
83 | 83 | "mini-css-extract-plugin": "~2.9.4", |
84 | 84 | "normalize.css": "^8.0.1", |
85 | 85 | "npm-run-all": "^4.1.5", |
|
103 | 103 | "stylelint-order": "~7.0.1", |
104 | 104 | "stylelint-prettier": "~5.0.3", |
105 | 105 | "stylelint-scss": "~6.12.1", |
106 | | - "testing-utils": "workspace:~", |
| 106 | + "testing-utils": "^0.31.25", |
107 | 107 | "ts-jest": "~29.4.6", |
108 | 108 | "ts-loader": "~9.5.4", |
109 | 109 | "typescript": "~5.9.3", |
|
0 commit comments