@rocket.chat/fuselage 0.59.0 → 0.59.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/fuselage",
3
- "version": "0.59.0",
3
+ "version": "0.59.2",
4
4
  "description": "Rocket.Chat's React Components Library",
5
5
  "author": {
6
6
  "name": "Rocket.Chat",
@@ -41,8 +41,7 @@
41
41
  "test": "jest --runInBand",
42
42
  "watch": "jest --watch",
43
43
  "docs": "cross-env NODE_ENV=production storybook build -o ../../static/fuselage",
44
- "build-storybook": "cross-env NODE_ENV=production storybook build",
45
- "bump-next": "bump-next"
44
+ "build-storybook": "cross-env NODE_ENV=production storybook build"
46
45
  },
47
46
  "peerDependencies": {
48
47
  "@rocket.chat/fuselage-hooks": "*",
@@ -72,7 +71,7 @@
72
71
  "@rocket.chat/eslint-config-alt": "^0.31.25",
73
72
  "@rocket.chat/fuselage-hooks": "^0.33.1",
74
73
  "@rocket.chat/fuselage-polyfills": "^0.31.25",
75
- "@rocket.chat/icons": "^0.38.0",
74
+ "@rocket.chat/icons": "^0.39.0",
76
75
  "@rocket.chat/prettier-config": "^0.31.25",
77
76
  "@storybook/addon-a11y": "~8.2.7",
78
77
  "@storybook/addon-essentials": "~8.2.7",
@@ -94,13 +93,12 @@
94
93
  "@types/jest-axe": "~3.5.9",
95
94
  "autoprefixer": "~10.4.14",
96
95
  "babel-loader": "~9.1.2",
97
- "bump": "^0.31.25",
98
96
  "caniuse-lite": "~1.0.30001477",
99
97
  "cross-env": "^7.0.3",
100
98
  "css-loader": "~6.7.3",
101
99
  "cssnano": "~5.0.17",
102
100
  "es-check": "~7.1.1",
103
- "eslint": "~8.38.0",
101
+ "eslint": "~8.45.0",
104
102
  "eslint-mdx": "~2.0.5",
105
103
  "eslint-plugin-mdx": "~2.0.5",
106
104
  "jest": "~29.7.0",
@@ -135,8 +133,8 @@
135
133
  "testing-utils": "^0.31.25",
136
134
  "ts-jest": "~29.2.4",
137
135
  "ts-loader": "~9.4.2",
138
- "typescript": "~5.5.4",
139
- "webpack": "~5.78.0",
136
+ "typescript": "~5.6.3",
137
+ "webpack": "~5.94.0",
140
138
  "webpack-bundle-analyzer": "~4.8.0",
141
139
  "webpack-cli": "~5.0.1",
142
140
  "wrapper-webpack-plugin": "~2.2.2"