Skip to content

Commit a40d747

Browse files
committed
Upgrade matrix-react-sdk to 3.30.0
1 parent 10a8d06 commit a40d747

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jsrsasign": "^10.2.0",
6363
"katex": "^0.12.0",
6464
"matrix-js-sdk": "12.5.0",
65-
"matrix-react-sdk": "3.30.0-rc.2",
65+
"matrix-react-sdk": "3.30.0",
6666
"matrix-widget-api": "^0.1.0-beta.16",
6767
"prop-types": "^15.7.2",
6868
"react": "^17.0.2",

yarn.lock

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7688,22 +7688,6 @@ [email protected]:
76887688
request "^2.88.2"
76897689
unhomoglyph "^1.0.6"
76907690

7691-
7692-
version "12.5.0-rc.1"
7693-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-12.5.0-rc.1.tgz#138155239b4be38ca706663ca0f2739aab41f1db"
7694-
integrity sha512-R+mNTwTWO4ppXvwtiZtMLB5rjNAR28j+tHAqItfx9yAtDskjzLZEDfjRtgm6+wl5t6us1WI4p1nR6IMb8+uESQ==
7695-
dependencies:
7696-
"@babel/runtime" "^7.12.5"
7697-
another-json "^0.2.0"
7698-
browser-request "^0.3.3"
7699-
bs58 "^4.0.1"
7700-
content-type "^1.0.4"
7701-
loglevel "^1.7.1"
7702-
p-retry "^4.5.0"
7703-
qs "^6.9.6"
7704-
request "^2.88.2"
7705-
unhomoglyph "^1.0.6"
7706-
77077691
matrix-mock-request@^1.2.3:
77087692
version "1.2.3"
77097693
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
@@ -7712,10 +7696,10 @@ matrix-mock-request@^1.2.3:
77127696
bluebird "^3.5.0"
77137697
expect "^1.20.2"
77147698

7715-
7716-
version "3.30.0-rc.2"
7717-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.30.0-rc.2.tgz#4f51160cd3f7ebe3a38415b0bc3611e939a9c258"
7718-
integrity sha512-w5z6GQUgbklhpLsX+5WGLBSmh2NnuDzY9ZJkhFouEAFYDDf47WlTbrowEQqVQiOtSpib7nYjmmTiqAGOdjaPlw==
7699+
7700+
version "3.30.0"
7701+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.30.0.tgz#8020e71159ffc85a416a2d33e478970f062f7631"
7702+
integrity sha512-7VPJHmDb3y7jT34nNbN6G+XOMlF+7T8irye6FvpfMBoBNsZVUZAdjg+AB4FY2T5wqLYOdZGIellpYvd/A52V4Q==
77197703
dependencies:
77207704
"@babel/runtime" "^7.12.5"
77217705
"@sentry/browser" "^6.11.0"
@@ -7745,7 +7729,7 @@ [email protected]:
77457729
katex "^0.12.0"
77467730
linkifyjs "^2.1.9"
77477731
lodash "^4.17.20"
7748-
matrix-js-sdk "12.5.0-rc.1"
7732+
matrix-js-sdk "12.5.0"
77497733
matrix-widget-api "^0.1.0-beta.16"
77507734
minimist "^1.2.5"
77517735
opus-recorder "^8.0.3"

0 commit comments

Comments
 (0)