|
1 | 1 | {
|
2 | 2 | "name": "element-web",
|
3 |
| - "version": "1.11.29", |
| 3 | + "version": "1.11.30", |
4 | 4 | "description": "A feature-rich client for Matrix.org",
|
5 | 5 | "author": "New Vector Ltd.",
|
6 | 6 | "repository": {
|
|
65 | 65 | },
|
66 | 66 | "resolutions": {
|
67 | 67 | "@types/react-dom": "17.0.19",
|
68 |
| - "@types/react": "17.0.53" |
| 68 | + "@types/react": "17.0.55" |
69 | 69 | },
|
70 | 70 | "dependencies": {
|
71 | 71 | "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.12.tgz",
|
72 | 72 | "@matrix-org/react-sdk-module-api": "^0.0.4",
|
73 | 73 | "gfm.css": "^1.1.2",
|
74 | 74 | "jsrsasign": "^10.5.25",
|
75 | 75 | "katex": "^0.16.0",
|
76 |
| - "matrix-js-sdk": "24.1.0", |
77 |
| - "matrix-react-sdk": "3.70.0", |
| 76 | + "matrix-js-sdk": "25.0.0", |
| 77 | + "matrix-react-sdk": "3.71.1", |
78 | 78 | "matrix-widget-api": "^1.3.1",
|
79 | 79 | "react": "17.0.2",
|
80 | 80 | "react-dom": "17.0.2",
|
|
107 | 107 | "@types/jsrsasign": "^10.5.4",
|
108 | 108 | "@types/modernizr": "^3.5.3",
|
109 | 109 | "@types/node": "^16",
|
110 |
| - "@types/react": "17.0.53", |
| 110 | + "@types/react": "17.0.55", |
111 | 111 | "@types/react-dom": "17.0.19",
|
112 | 112 | "@types/sanitize-html": "^2.3.1",
|
113 | 113 | "@types/ua-parser-js": "^0.7.36",
|
|
117 | 117 | "babel-jest": "^29.0.0",
|
118 | 118 | "babel-loader": "^8.2.2",
|
119 | 119 | "chokidar": "^3.5.1",
|
120 |
| - "concurrently": "^7.0.0", |
| 120 | + "concurrently": "^8.0.0", |
121 | 121 | "cpx": "^1.5.0",
|
122 | 122 | "css-loader": "^4",
|
123 | 123 | "dotenv": "^16.0.2",
|
|
137 | 137 | "fs-extra": "^11.0.0",
|
138 | 138 | "html-webpack-plugin": "^4.5.2",
|
139 | 139 | "jest": "^29.0.0",
|
140 |
| - "jest-canvas-mock": "^2.3.0", |
| 140 | + "jest-canvas-mock": "2.4.0", |
141 | 141 | "jest-environment-jsdom": "^29.0.0",
|
142 | 142 | "jest-mock": "^29.0.0",
|
143 | 143 | "jest-raw-loader": "^1.0.1",
|
|
168 | 168 | "simple-proxy-agent": "^1.1.0",
|
169 | 169 | "string-replace-loader": "3",
|
170 | 170 | "style-loader": "2",
|
171 |
| - "stylelint": "^15.0.0", |
172 |
| - "stylelint-config-standard": "^30.0.0", |
| 171 | + "stylelint": "^15.3.0", |
| 172 | + "stylelint-config-standard": "^32.0.0", |
173 | 173 | "stylelint-scss": "^4.2.0",
|
174 | 174 | "terser-webpack-plugin": "^4.0.0",
|
| 175 | + "ts-node": "^10.9.1", |
175 | 176 | "ts-prune": "^0.10.3",
|
176 |
| - "typescript": "4.9.5", |
| 177 | + "typescript": "5.0.3", |
177 | 178 | "webpack": "^4.46.0",
|
178 | 179 | "webpack-cli": "^3.3.12",
|
179 | 180 | "webpack-dev-server": "^3.11.2",
|
180 | 181 | "worker-loader": "^3.0.0",
|
181 | 182 | "worklet-loader": "^2.0.0",
|
182 | 183 | "yaml": "^2.0.1"
|
183 | 184 | },
|
184 |
| - "jest": { |
185 |
| - "testEnvironment": "jsdom", |
186 |
| - "testEnvironmentOptions": { |
187 |
| - "url": "http://localhost/" |
188 |
| - }, |
189 |
| - "testMatch": [ |
190 |
| - "<rootDir>/test/**/*-test.[tj]s?(x)" |
191 |
| - ], |
192 |
| - "setupFiles": [ |
193 |
| - "jest-canvas-mock" |
194 |
| - ], |
195 |
| - "setupFilesAfterEnv": [ |
196 |
| - "<rootDir>/node_modules/matrix-react-sdk/test/setupTests.js" |
197 |
| - ], |
198 |
| - "moduleNameMapper": { |
199 |
| - "\\.(css|scss|pcss)$": "<rootDir>/__mocks__/cssMock.js", |
200 |
| - "\\.(gif|png|ttf|woff2)$": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/imageMock.js", |
201 |
| - "\\.svg$": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/svg.js", |
202 |
| - "\\$webapp/i18n/languages.json": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/languages.json", |
203 |
| - "^react$": "<rootDir>/node_modules/react", |
204 |
| - "^react-dom$": "<rootDir>/node_modules/react-dom", |
205 |
| - "^matrix-js-sdk$": "<rootDir>/node_modules/matrix-js-sdk/src", |
206 |
| - "^matrix-react-sdk$": "<rootDir>/node_modules/matrix-react-sdk/src", |
207 |
| - "decoderWorker\\.min\\.js": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/empty.js", |
208 |
| - "decoderWorker\\.min\\.wasm": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/empty.js", |
209 |
| - "waveWorker\\.min\\.js": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/empty.js", |
210 |
| - "context-filter-polyfill": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/empty.js", |
211 |
| - "FontManager.ts": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/FontManager.js", |
212 |
| - "workers/(.+)\\.worker\\.ts": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/workerMock.js", |
213 |
| - "^!!raw-loader!.*": "jest-raw-loader", |
214 |
| - "RecorderWorklet": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/empty.js" |
215 |
| - }, |
216 |
| - "transformIgnorePatterns": [ |
217 |
| - "/node_modules/(?!matrix-js-sdk).+$", |
218 |
| - "/node_modules/(?!matrix-react-sdk).+$" |
219 |
| - ], |
220 |
| - "coverageReporters": [ |
221 |
| - "text-summary", |
222 |
| - "lcov" |
223 |
| - ], |
224 |
| - "testResultsProcessor": "@casualbot/jest-sonar-reporter" |
225 |
| - }, |
226 | 185 | "@casualbot/jest-sonar-reporter": {
|
227 | 186 | "outputDirectory": "coverage",
|
228 | 187 | "outputName": "jest-sonar-report.xml",
|
|
0 commit comments