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

Commit ad30e89

Browse files
committed
Upgrade matrix-js-sdk to 11.1.0
1 parent d35b0a3 commit ad30e89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"katex": "^0.12.0",
8080
"linkifyjs": "^2.1.9",
8181
"lodash": "^4.17.20",
82-
"matrix-js-sdk": "11.1.0-rc.1",
82+
"matrix-js-sdk": "11.1.0",
8383
"matrix-widget-api": "^0.1.0-beta.14",
8484
"minimist": "^1.2.5",
8585
"opus-recorder": "^8.0.3",
@@ -121,6 +121,7 @@
121121
"@babel/preset-typescript": "^7.12.7",
122122
"@babel/register": "^7.12.10",
123123
"@babel/traverse": "^7.12.12",
124+
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
124125
"@peculiar/webcrypto": "^1.1.4",
125126
"@sinonjs/fake-timers": "^7.0.2",
126127
"@types/classnames": "^2.2.11",
@@ -161,7 +162,6 @@
161162
"matrix-mock-request": "^1.2.3",
162163
"matrix-react-test-utils": "^0.2.2",
163164
"matrix-web-i18n": "github:matrix-org/matrix-web-i18n",
164-
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
165165
"react-test-renderer": "^16.14.0",
166166
"rimraf": "^3.0.2",
167167
"stylelint": "^13.9.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5673,10 +5673,10 @@ mathml-tag-names@^2.1.3:
56735673
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
56745674
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
56755675

5676-
5677-
version "11.1.0-rc.1"
5678-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-11.1.0-rc.1.tgz#98da580fa51bc8c70c57984e79dc63c617a671d1"
5679-
integrity sha512-yyZeL1mHttw+EnZcGfMH+wd33s0+ZKB+KyXHA3QiqiVRWLgANjIY9QCNjbJYa9FK8zZRqO2yHiFLtTAAU379Ag==
5676+
5677+
version "11.1.0"
5678+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-11.1.0.tgz#59119f9fe76adbc38b309947c5532baea8499bf1"
5679+
integrity sha512-yBvSGb33MDz9mfbjtVGO7557kgtY/kJcrFyhtN7LwSyi/TDhhYleq5xAqsi7MJrmIb/E0JIF10JIwlF9dAW64Q==
56805680
dependencies:
56815681
"@babel/runtime" "^7.12.5"
56825682
another-json "^0.2.0"

0 commit comments

Comments
 (0)