Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0fac781

Browse files
committed
Upgrade matrix-js-sdk to 15.3.0-rc.1
1 parent a667677 commit 0fac781

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"lodash": "^4.17.20",
8888
"maplibre-gl": "^1.15.2",
8989
"matrix-analytics-events": "https://github.com/matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1",
90-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
90+
"matrix-js-sdk": "15.3.0-rc.1",
9191
"matrix-widget-api": "^0.1.0-beta.18",
9292
"minimist": "^1.2.5",
9393
"opus-recorder": "^8.0.3",

yarn.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6036,15 +6036,17 @@ mathml-tag-names@^2.1.3:
60366036
version "0.0.1"
60376037
resolved "https://github.com/matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1"
60386038

6039-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6040-
version "15.2.1"
6041-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/169b6b55727d0eea181a31b3170439c9a355065b"
6039+
6040+
version "15.3.0-rc.1"
6041+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-15.3.0-rc.1.tgz#4d5e8aac34aaf9dcefc74ef732ec6d4307f64b27"
6042+
integrity sha512-MGEDW3Dyz3Y/6Z+GlfnmT1n0DTtTulZ0CQXO6xlkYT8TYaFE9yLBw1zkarJfdnQp5YsjcEbYZa1ZJt1smz4rQg==
60426043
dependencies:
60436044
"@babel/runtime" "^7.12.5"
60446045
another-json "^0.2.0"
60456046
browser-request "^0.3.3"
60466047
bs58 "^4.0.1"
60476048
content-type "^1.0.4"
6049+
eslint-plugin-import "^2.25.2"
60486050
loglevel "^1.7.1"
60496051
p-retry "^4.5.0"
60506052
qs "^6.9.6"

0 commit comments

Comments
 (0)