This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 232
232
"typescript" : " 5.2.2"
233
233
},
234
234
"peerDependencies" : {
235
+ "@matrix-org/olm" : " 3.2.15" ,
235
236
"postcss" : " ^8.4.19" ,
236
237
"webpack" : " ^4.0.0 || ^5.0.0"
237
238
},
Original file line number Diff line number Diff line change @@ -58,9 +58,6 @@ declare global {
58
58
interface Window {
59
59
matrixChat : ReturnType < Renderer > ;
60
60
mxMatrixClientPeg : IMatrixClientPeg ;
61
- Olm : {
62
- init : ( ) => Promise < void > ;
63
- } ;
64
61
mxReactSdkConfig : DeepReadonly < IConfigOptions > ;
65
62
66
63
// Needed for Safari, unknown to TypeScript
Original file line number Diff line number Diff line change 1870
1870
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-wysiwyg/-/matrix-wysiwyg-2.17.0.tgz#68c83da17826fb43828f0c1ddd8d6e0b9d155ae5"
1871
1871
integrity sha512-PZGSrNqKCSdUnyUVglEvHrV8uowU3JuWUlYYKBslYnnIrJHw9aS2nnCpLVqwACFD6N82+L+Net8ME9i3qy7BGQ==
1872
1872
1873
+
1874
+ version "3.2.15"
1875
+ resolved "https://registry.yarnpkg.com/@matrix-org/olm/-/olm-3.2.15.tgz#55f3c1b70a21bbee3f9195cecd6846b1083451ec"
1876
+ integrity sha512-S7lOrndAK9/8qOtaTq/WhttJC/o4GAzdfK0MUPpo8ApzsJEC0QjtwrkC3KBXdFP1cD1MXi/mlKR7aaoVMKgs6Q==
1877
+
1873
1878
" @matrix-org/react-sdk-module-api@^2.2.1 " :
1874
1879
version "2.2.1"
1875
1880
resolved "https://registry.yarnpkg.com/@matrix-org/react-sdk-module-api/-/react-sdk-module-api-2.2.1.tgz#308bcb42a780200d3e7994235376784b51819379"
You can’t perform that action at this time.
0 commit comments