|
55 | 55 | "test:playwright:open": "yarn test:playwright --ui",
|
56 | 56 | "test:playwright:screenshots": "yarn test:playwright:screenshots:build && yarn test:playwright:screenshots:run",
|
57 | 57 | "test:playwright:screenshots:build": "docker build playwright -t matrix-react-sdk-playwright",
|
58 |
| - "test:playwright:screenshots:run": "docker run --rm --network host -v $(pwd)/../:/work/ -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/:/tmp/ -it matrix-react-sdk-playwright", |
| 58 | + "test:playwright:screenshots:run": "docker run --rm --network host -e BASE_URL -v $(pwd)/../:/work/ -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/:/tmp/ -it matrix-react-sdk-playwright", |
59 | 59 | "coverage": "yarn test --coverage",
|
60 | 60 | "lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'"
|
61 | 61 | },
|
|
65 | 65 | "@types/seedrandom": "3.0.8",
|
66 | 66 | "oidc-client-ts": "3.0.1",
|
67 | 67 | "jwt-decode": "4.0.0",
|
68 |
| - "@floating-ui/react": "0.26.11" |
| 68 | + "@floating-ui/react": "0.26.11", |
| 69 | + "@radix-ui/react-id": "1.1.0" |
69 | 70 | },
|
70 | 71 | "dependencies": {
|
71 | 72 | "@babel/runtime": "^7.12.5",
|
72 | 73 | "@matrix-org/analytics-events": "^0.23.0",
|
73 | 74 | "@matrix-org/emojibase-bindings": "^1.1.2",
|
74 |
| - "@matrix-org/matrix-wysiwyg": "2.37.3", |
75 |
| - "@matrix-org/olm": "3.2.15", |
| 75 | + "@matrix-org/matrix-wysiwyg": "2.37.4", |
76 | 76 | "@matrix-org/react-sdk-module-api": "^2.4.0",
|
77 | 77 | "@matrix-org/spec": "^1.7.0",
|
78 | 78 | "@sentry/browser": "^8.0.0",
|
79 | 79 | "@testing-library/react-hooks": "^8.0.1",
|
80 | 80 | "@vector-im/compound-design-tokens": "^1.2.0",
|
81 |
| - "@vector-im/compound-web": "^4.9.0", |
| 81 | + "@vector-im/compound-web": "^5.2.3", |
82 | 82 | "@zxcvbn-ts/core": "^3.0.4",
|
83 | 83 | "@zxcvbn-ts/language-common": "^3.0.4",
|
84 | 84 | "@zxcvbn-ts/language-en": "^3.0.2",
|
|
96 | 96 | "filesize": "10.1.2",
|
97 | 97 | "github-markdown-css": "^5.5.1",
|
98 | 98 | "glob-to-regexp": "^0.4.1",
|
99 |
| - "graphemer": "^1.4.0", |
100 | 99 | "highlight.js": "^11.3.1",
|
101 | 100 | "html-entities": "^2.0.0",
|
102 | 101 | "is-ip": "^3.1.0",
|
|
119 | 118 | "opus-recorder": "^8.0.3",
|
120 | 119 | "pako": "^2.0.3",
|
121 | 120 | "png-chunks-extract": "^1.0.0",
|
122 |
| - "posthog-js": "1.139.2", |
123 |
| - "proposal-temporal": "^0.9.0", |
| 121 | + "posthog-js": "1.141.3", |
124 | 122 | "qrcode": "1.5.3",
|
125 | 123 | "re-resizable": "^6.9.0",
|
126 | 124 | "react": "17.0.2",
|
|
133 | 131 | "sanitize-filename": "^1.6.3",
|
134 | 132 | "sanitize-html": "2.13.0",
|
135 | 133 | "tar-js": "^0.3.0",
|
| 134 | + "temporal-polyfill": "^0.2.5", |
136 | 135 | "ua-parser-js": "^1.0.2",
|
137 | 136 | "uuid": "^10.0.0",
|
138 | 137 | "what-input": "^5.2.10"
|
|
188 | 187 | "@types/seedrandom": "3.0.8",
|
189 | 188 | "@types/tar-js": "^0.3.2",
|
190 | 189 | "@types/ua-parser-js": "^0.7.36",
|
191 |
| - "@types/uuid": "^9.0.2", |
| 190 | + "@types/uuid": "^10.0.0", |
192 | 191 | "@typescript-eslint/eslint-plugin": "^7.0.0",
|
193 | 192 | "@typescript-eslint/parser": "^7.0.0",
|
194 | 193 | "axe-core": "4.9.1",
|
|
204 | 203 | "eslint-plugin-matrix-org": "1.2.1",
|
205 | 204 | "eslint-plugin-react": "^7.28.0",
|
206 | 205 | "eslint-plugin-react-hooks": "^4.3.0",
|
207 |
| - "eslint-plugin-unicorn": "^53.0.0", |
| 206 | + "eslint-plugin-unicorn": "^54.0.0", |
208 | 207 | "express": "^4.18.2",
|
209 | 208 | "fake-indexeddb": "^6.0.0",
|
210 | 209 | "fetch-mock-jest": "^1.5.1",
|
|
227 | 226 | "stylelint-config-standard": "^36.0.0",
|
228 | 227 | "stylelint-scss": "^6.0.0",
|
229 | 228 | "ts-node": "^10.9.1",
|
230 |
| - "typescript": "5.4.5" |
| 229 | + "typescript": "5.5.2", |
| 230 | + "web-streams-polyfill": "^4.0.0" |
231 | 231 | },
|
232 | 232 | "peerDependencies": {
|
233 | 233 | "postcss": "^8.4.19",
|
|
0 commit comments