|
29 | 29 | "UserFriendlyError" |
30 | 30 | ], |
31 | 31 | "scripts": { |
32 | | - "i18n": "matrix-gen-i18n && yarn i18n:sort && yarn i18n:lint", |
| 32 | + "i18n": "matrix-gen-i18n src res packages/shared-components && yarn i18n:sort && yarn i18n:lint", |
33 | 33 | "i18n:sort": "jq --sort-keys '.' src/i18n/strings/en_EN.json > src/i18n/strings/en_EN.json.tmp && mv src/i18n/strings/en_EN.json.tmp src/i18n/strings/en_EN.json", |
34 | 34 | "i18n:lint": "matrix-i18n-lint && prettier --log-level=silent --write src/i18n/strings/ --ignore-path /dev/null", |
35 | 35 | "i18n:diff": "cp src/i18n/strings/en_EN.json src/i18n/strings/en_EN_orig.json && yarn i18n && matrix-compare-i18n-files src/i18n/strings/en_EN_orig.json src/i18n/strings/en_EN.json", |
|
65 | 65 | "coverage": "yarn test --coverage", |
66 | 66 | "analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp", |
67 | 67 | "update:jitsi": "curl -s https://meet.element.io/libs/external_api.min.js > ./res/jitsi_external_api.min.js", |
68 | | - "postinstall": "patch-package", |
69 | | - "storybook": "storybook dev -p 6007", |
70 | | - "build-storybook": "storybook build", |
71 | | - "test:storybook": "test-storybook --url http://localhost:6007/", |
72 | | - "test:storybook:ci": "concurrently -k -s first -n \"SB,TEST\" \"yarn storybook --no-open\" \"wait-on tcp:6007 && yarn test-storybook --url http://localhost:6007/ --ci --maxWorkers=2\"", |
73 | | - "test:storybook:update": "playwright-screenshots --entrypoint yarn --with-node-modules && playwright-screenshots --entrypoint /work/node_modules/.bin/test-storybook --with-node-modules --url http://host.docker.internal:6007/ --updateSnapshot" |
| 68 | + "postinstall": "patch-package" |
74 | 69 | }, |
75 | 70 | "resolutions": { |
76 | 71 | "**/pretty-format/react-is": "19.1.1", |
|
192 | 187 | "@principalstudio/html-webpack-inject-preload": "^1.2.7", |
193 | 188 | "@rrweb/types": "^2.0.0-alpha.18", |
194 | 189 | "@sentry/webpack-plugin": "^4.0.0", |
195 | | - "@storybook/addon-a11y": "^9.0.18", |
196 | | - "@storybook/addon-designs": "^10.0.1", |
197 | | - "@storybook/addon-docs": "^9.0.12", |
198 | | - "@storybook/icons": "^1.4.0", |
199 | | - "@storybook/react-vite": "^9.0.15", |
200 | | - "@storybook/test-runner": "^0.23.0", |
201 | 190 | "@stylistic/eslint-plugin": "^5.0.0", |
202 | 191 | "@svgr/webpack": "^8.0.0", |
203 | 192 | "@testing-library/dom": "^10.4.0", |
|
258 | 247 | "eslint-plugin-react": "^7.28.0", |
259 | 248 | "eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124", |
260 | 249 | "eslint-plugin-react-hooks": "^5.0.0", |
261 | | - "eslint-plugin-storybook": "^9.0.12", |
262 | 250 | "eslint-plugin-unicorn": "^56.0.0", |
263 | 251 | "express": "^5.0.0", |
264 | 252 | "fake-indexeddb": "^6.0.0", |
|
271 | 259 | "jest": "^29.6.2", |
272 | 260 | "jest-canvas-mock": "^2.5.2", |
273 | 261 | "jest-environment-jsdom": "^29.7.0", |
274 | | - "jest-image-snapshot": "^6.5.1", |
275 | 262 | "jest-mock": "^29.6.2", |
276 | 263 | "jest-raw-loader": "^1.0.1", |
277 | 264 | "jsqr": "^1.4.0", |
|
300 | 287 | "rimraf": "^6.0.0", |
301 | 288 | "semver": "^7.5.2", |
302 | 289 | "source-map-loader": "^5.0.0", |
303 | | - "storybook": "^9.0.12", |
304 | 290 | "stylelint": "^16.23.0", |
305 | 291 | "stylelint-config-standard": "^39.0.0", |
306 | 292 | "stylelint-scss": "^6.0.0", |
|
310 | 296 | "ts-node": "^10.9.1", |
311 | 297 | "typescript": "5.8.3", |
312 | 298 | "util": "^0.12.5", |
313 | | - "vite": "^7.0.1", |
314 | | - "vite-plugin-node-polyfills": "^0.24.0", |
315 | 299 | "web-streams-polyfill": "^4.0.0", |
316 | 300 | "webpack": "^5.89.0", |
317 | 301 | "webpack-bundle-analyzer": "^4.8.0", |
|
0 commit comments