Commit a3ece52 1 parent b924594 commit a3ece52 Copy full SHA for a3ece52
File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 92
92
"@testing-library/react" : " ^12.1.5" ,
93
93
"@types/flux" : " ^3.1.9" ,
94
94
"@types/jest" : " ^29.0.0" ,
95
+ "@types/jsrsasign" : " ^10.5.4" ,
95
96
"@types/modernizr" : " ^3.5.3" ,
96
97
"@types/node" : " ^14.18.28" ,
97
98
"@types/react" : " ^17.0.49" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const setupCompleted = (async () => {
65
65
try {
66
66
// Queue a config.json lookup asap, so we can use it later on. We want this to be concurrent with
67
67
// other setup work and therefore do not block.
68
- const configPromise = getVectorConfig ( '..' ) ;
68
+ const configPromise = getVectorConfig ( ) ;
69
69
70
70
// The widget's options are encoded into the fragment to avoid leaking info to the server.
71
71
const widgetQuery = new URLSearchParams ( window . location . hash . substring ( 1 ) ) ;
Original file line number Diff line number Diff line change 2058
2058
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2059
2059
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
2060
2060
2061
+ "@types/jsrsasign@^10.5.4":
2062
+ version "10.5.4"
2063
+ resolved "https://registry.yarnpkg.com/@types/jsrsasign/-/jsrsasign-10.5.4.tgz#e8a147c70e017198fd161600e24c938af7b5ae2f"
2064
+ integrity sha512-05S2f4lGaWgCwFHsa3OEirc4VJf/sJRfhofzxUbuFbmm6NbffPXZrnJqquQAtS3g4C8Z0L9NHgW0znmtDxNoTQ==
2065
+
2061
2066
"@types/minimatch@*":
2062
2067
version "3.0.5"
2063
2068
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
@@ -8314,6 +8319,7 @@ matrix-events-sdk@^0.0.1-beta.7:
8314
8319
dependencies:
8315
8320
"@babel/runtime" "^7.12.5"
8316
8321
another-json "^0.2.0"
8322
+ browser-request "^0.3.3"
8317
8323
bs58 "^5.0.0"
8318
8324
content-type "^1.0.4"
8319
8325
loglevel "^1.7.1"
@@ -8344,6 +8350,7 @@ matrix-mock-request@^2.5.0:
8344
8350
"@types/ua-parser-js" "^0.7.36"
8345
8351
await-lock "^2.1.0"
8346
8352
blurhash "^1.1.3"
8353
+ browser-request "^0.3.3"
8347
8354
cheerio "^1.0.0-rc.9"
8348
8355
classnames "^2.2.6"
8349
8356
commonmark "^0.29.3"
You can’t perform that action at this time.
0 commit comments