Skip to content

Commit a2cde39

Browse files
committed
Upgrade matrix-react-sdk to 3.30.0-rc.1
1 parent d627faf commit a2cde39

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
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-rc.1",
65-
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
65+
"matrix-react-sdk": "3.30.0-rc.1",
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 & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7688,21 +7688,6 @@ [email protected]:
76887688
request "^2.88.2"
76897689
unhomoglyph "^1.0.6"
76907690

7691-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7692-
version "12.4.0"
7693-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/2783d162b77d6629c574f35e88bea9ae29765c34"
7694-
dependencies:
7695-
"@babel/runtime" "^7.12.5"
7696-
another-json "^0.2.0"
7697-
browser-request "^0.3.3"
7698-
bs58 "^4.0.1"
7699-
content-type "^1.0.4"
7700-
loglevel "^1.7.1"
7701-
p-retry "^4.5.0"
7702-
qs "^6.9.6"
7703-
request "^2.88.2"
7704-
unhomoglyph "^1.0.6"
7705-
77067691
matrix-mock-request@^1.2.3:
77077692
version "1.2.3"
77087693
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
@@ -7711,9 +7696,10 @@ matrix-mock-request@^1.2.3:
77117696
bluebird "^3.5.0"
77127697
expect "^1.20.2"
77137698

7714-
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
7715-
version "3.29.0"
7716-
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/3046f0ed85704ccee3de6d5d663950fe8c72752b"
7699+
7700+
version "3.30.0-rc.1"
7701+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.30.0-rc.1.tgz#e150039016d8af8c1d92d9852e6e308fe633cbad"
7702+
integrity sha512-ROFffKI29KqD3guliWXMQ0X79dg84jtEr+o2/+zEtMqSCJHmECgzMsfJcSzARwnsWxzzZs3HKDOdsFZdY1BOAA==
77177703
dependencies:
77187704
"@babel/runtime" "^7.12.5"
77197705
"@sentry/browser" "^6.11.0"
@@ -7743,7 +7729,7 @@ matrix-mock-request@^1.2.3:
77437729
katex "^0.12.0"
77447730
linkifyjs "^2.1.9"
77457731
lodash "^4.17.20"
7746-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
7732+
matrix-js-sdk "12.5.0-rc.1"
77477733
matrix-widget-api "^0.1.0-beta.16"
77487734
minimist "^1.2.5"
77497735
opus-recorder "^8.0.3"

0 commit comments

Comments
 (0)