|
1 | 1 | { |
2 | 2 | "name": "matrix-react-sdk", |
3 | | - "version": "3.3.0", |
| 3 | + "version": "3.8.0", |
4 | 4 | "description": "SDK for matrix.org using React", |
5 | 5 | "author": "matrix.org", |
6 | 6 | "repository": { |
|
61 | 61 | "classnames": "^2.2.6", |
62 | 62 | "commonmark": "^0.29.1", |
63 | 63 | "counterpart": "^0.18.6", |
64 | | - "create-react-class": "^15.6.3", |
65 | 64 | "diff-dom": "^4.1.6", |
66 | 65 | "diff-match-patch": "^1.0.5", |
67 | 66 | "emojibase-data": "^5.0.1", |
|
80 | 79 | "linkifyjs": "^2.1.9", |
81 | 80 | "lodash": "^4.17.19", |
82 | 81 | "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop", |
| 82 | + "matrix-widget-api": "^0.1.0-beta.8", |
83 | 83 | "minimist": "^1.2.5", |
84 | 84 | "pako": "^1.0.11", |
85 | 85 | "parse5": "^5.1.1", |
|
95 | 95 | "react-focus-lock": "^2.4.1", |
96 | 96 | "react-transition-group": "^4.4.1", |
97 | 97 | "resize-observer-polyfill": "^1.5.1", |
98 | | - "sanitize-html": "^1.27.1", |
| 98 | + "rfc4648": "^1.4.0", |
| 99 | + "sanitize-html": "github:apostrophecms/sanitize-html#3c7f93f2058f696f5359e3e58d464161647226db", |
99 | 100 | "tar-js": "^0.3.0", |
100 | 101 | "text-encoding-utf-8": "^1.0.2", |
101 | 102 | "url": "^0.11.0", |
|
120 | 121 | "@babel/preset-typescript": "^7.10.4", |
121 | 122 | "@babel/register": "^7.10.5", |
122 | 123 | "@babel/traverse": "^7.11.0", |
123 | | - "@peculiar/webcrypto": "^1.1.2", |
| 124 | + "@peculiar/webcrypto": "^1.1.3", |
124 | 125 | "@types/classnames": "^2.2.10", |
125 | 126 | "@types/counterpart": "^0.18.1", |
126 | 127 | "@types/flux": "^3.1.9", |
|
149 | 150 | "eslint-plugin-flowtype": "^2.50.3", |
150 | 151 | "eslint-plugin-react": "^7.20.3", |
151 | 152 | "eslint-plugin-react-hooks": "^2.5.1", |
152 | | - "file-loader": "^3.0.1", |
153 | 153 | "glob": "^5.0.15", |
154 | | - "jest": "^24.9.0", |
155 | | - "jest-canvas-mock": "^2.2.0", |
| 154 | + "jest": "^26.5.2", |
| 155 | + "jest-canvas-mock": "^2.3.0", |
| 156 | + "jest-environment-jsdom-sixteen": "^1.0.3", |
156 | 157 | "lolex": "^5.1.2", |
157 | 158 | "matrix-mock-request": "^1.2.3", |
158 | 159 | "matrix-react-test-utils": "^0.2.2", |
159 | 160 | "react-test-renderer": "^16.13.1", |
160 | 161 | "rimraf": "^2.7.1", |
161 | | - "source-map-loader": "^0.2.4", |
162 | 162 | "stylelint": "^9.10.1", |
163 | 163 | "stylelint-config-standard": "^18.3.0", |
164 | 164 | "stylelint-scss": "^3.18.0", |
165 | 165 | "typescript": "^3.9.7", |
166 | 166 | "walk": "^2.3.14" |
167 | 167 | }, |
168 | 168 | "jest": { |
| 169 | + "testEnvironment": "./__test-utils__/environment.js", |
169 | 170 | "testMatch": [ |
170 | 171 | "<rootDir>/test/**/*-test.js" |
171 | 172 | ], |
|
0 commit comments