Skip to content

Commit c04daea

Browse files
committed
Upgrade matrix-js-sdk to 12.2.0-rc.1
1 parent 1d54312 commit c04daea

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"highlight.js": "^10.5.0",
6262
"jsrsasign": "^10.2.0",
6363
"katex": "^0.12.0",
64-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
64+
"matrix-js-sdk": "12.2.0-rc.1",
6565
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
6666
"matrix-widget-api": "^0.1.0-beta.15",
6767
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7293,7 +7293,7 @@ mathml-tag-names@^2.1.3:
72937293
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
72947294
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
72957295

7296-
[email protected], "matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7296+
72977297
version "12.1.0"
72987298
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/e85038e88898a3a1be432fc3d53d540c8250c021"
72997299
dependencies:
@@ -7308,6 +7308,22 @@ [email protected], "matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
73087308
request "^2.88.2"
73097309
unhomoglyph "^1.0.6"
73107310

7311+
7312+
version "12.2.0-rc.1"
7313+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-12.2.0-rc.1.tgz#fbbb462dd98c64edb6f4bcd5403d802c98625f01"
7314+
integrity sha512-aHxL6wsLRrnJMLJ17V1IVOm2dCGOA8jHWZi43xNzkdsmQeU9UiUmUcT9RxsYcc7YhNv8ZaZ1plIwvBmoz3H4mA==
7315+
dependencies:
7316+
"@babel/runtime" "^7.12.5"
7317+
another-json "^0.2.0"
7318+
browser-request "^0.3.3"
7319+
bs58 "^4.0.1"
7320+
content-type "^1.0.4"
7321+
loglevel "^1.7.1"
7322+
p-retry "^4.5.0"
7323+
qs "^6.9.6"
7324+
request "^2.88.2"
7325+
unhomoglyph "^1.0.6"
7326+
73117327
matrix-mock-request@^1.2.3:
73127328
version "1.2.3"
73137329
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"

0 commit comments

Comments
 (0)