|
1 | 1 | { |
2 | 2 | "name": "matrix-react-sdk", |
3 | | - "version": "3.39.1", |
| 3 | + "version": "3.40.0", |
4 | 4 | "description": "SDK for matrix.org using React", |
5 | 5 | "author": "matrix.org", |
6 | 6 | "repository": { |
|
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | 60 | "@babel/runtime": "^7.12.5", |
61 | | - "@matrix-org/linkify-element": "^4.0.0-rc.5", |
62 | | - "@matrix-org/linkify-string": "^4.0.0-rc.5", |
63 | | - "@matrix-org/linkifyjs": "^4.0.0-rc.6", |
64 | 61 | "@sentry/browser": "^6.11.0", |
65 | 62 | "@sentry/tracing": "^6.11.0", |
66 | 63 | "@types/geojson": "^7946.0.8", |
|
88 | 85 | "is-ip": "^3.1.0", |
89 | 86 | "jszip": "^3.7.0", |
90 | 87 | "katex": "^0.12.0", |
| 88 | + "linkify-element": "^4.0.0-beta.4", |
| 89 | + "linkify-string": "^4.0.0-beta.4", |
| 90 | + "linkifyjs": "^4.0.0-beta.4", |
91 | 91 | "lodash": "^4.17.20", |
92 | 92 | "maplibre-gl": "^1.15.2", |
93 | | - "matrix-analytics-events": "github:matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1", |
| 93 | + "matrix-analytics-events": "github:matrix-org/matrix-analytics-events.git#dfa6feaa12bcfc8e99b05a148e12fff7f9d62f08", |
94 | 94 | "matrix-events-sdk": "^0.0.1-beta.6", |
95 | | - "matrix-js-sdk": "15.5.0", |
| 95 | + "matrix-js-sdk": "15.5.1", |
96 | 96 | "matrix-widget-api": "^0.1.0-beta.18", |
97 | 97 | "minimist": "^1.2.5", |
98 | 98 | "opus-recorder": "^8.0.3", |
|
176 | 176 | "eslint-plugin-react": "^7.22.0", |
177 | 177 | "eslint-plugin-react-hooks": "^4.2.0", |
178 | 178 | "glob": "^7.1.6", |
179 | | - "jest": "^26.6.3", |
| 179 | + "jest": "^27.4.0", |
180 | 180 | "jest-canvas-mock": "^2.3.0", |
181 | | - "jest-environment-jsdom-sixteen": "^1.0.3", |
| 181 | + "jest-environment-jsdom": "^27.0.6", |
182 | 182 | "jest-fetch-mock": "^3.0.3", |
183 | 183 | "jest-raw-loader": "^1.0.1", |
184 | 184 | "matrix-mock-request": "^1.2.3", |
|
201 | 201 | "snapshotSerializers": [ |
202 | 202 | "enzyme-to-json/serializer" |
203 | 203 | ], |
204 | | - "testEnvironment": "./__test-utils__/environment.js", |
| 204 | + "testEnvironment": "jsdom", |
205 | 205 | "testMatch": [ |
206 | 206 | "<rootDir>/test/**/*-test.[jt]s?(x)" |
207 | 207 | ], |
|
0 commit comments