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

Commit 1b8b42f

Browse files
committed
Upgrade matrix-js-sdk to 30.0.0-rc.1
1 parent 860764c commit 1b8b42f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"maplibre-gl": "^2.0.0",
102102
"matrix-encrypt-attachment": "^1.0.3",
103103
"matrix-events-sdk": "0.0.1",
104-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
104+
"matrix-js-sdk": "30.0.0-rc.1",
105105
"matrix-widget-api": "^1.5.0",
106106
"memoize-one": "^6.0.0",
107107
"minimist": "^1.2.5",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,10 +1813,10 @@
18131813
emojibase "^15.0.0"
18141814
emojibase-data "^15.0.0"
18151815

1816-
"@matrix-org/matrix-sdk-crypto-wasm@^2.1.1":
1817-
version "2.1.1"
1818-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-2.1.1.tgz#5b20125d73eb404b1c49b61380f443c5fcfbacd2"
1819-
integrity sha512-PNFdLr68uLNT81iFmJL0PH98t7/U4g+a51d5+BmbKo0LEqchLkEKNraD1vq/kzPK6X7p/3IapQI5P+5Lr8jHsg==
1816+
"@matrix-org/matrix-sdk-crypto-wasm@^2.2.0":
1817+
version "2.2.0"
1818+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-2.2.0.tgz#7c60afe01915281a6b71502821bc8e01afbfa70d"
1819+
integrity sha512-txmvaTiZpVV0/kWCRcE7tZvRESCEc1ynLJDVh9OUsFlaXfl13c7qdD3E6IJEJ8YiPMIn+PHogdfBZsO84reaMg==
18201820

18211821
"@matrix-org/[email protected]":
18221822
version "2.4.1"
@@ -7691,12 +7691,13 @@ [email protected]:
76917691
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
76927692
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
76937693

7694-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7695-
version "29.1.0"
7696-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/d750e33ec955a9305a29426e5a64f05e66b14310"
7694+
7695+
version "30.0.0-rc.1"
7696+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-30.0.0-rc.1.tgz#e3ff14c6992562ca12c205020b7c1bfc57b451fa"
7697+
integrity sha512-W7/MCbNKuhXPfCmdhbWPclJy8xiY39jcW7nch8mKI5ovxTtgE1yioKcFVjIGIgjPrOJ5bmVrnsAQsgra2RV5Yw==
76977698
dependencies:
76987699
"@babel/runtime" "^7.12.5"
7699-
"@matrix-org/matrix-sdk-crypto-wasm" "^2.1.1"
7700+
"@matrix-org/matrix-sdk-crypto-wasm" "^2.2.0"
77007701
another-json "^0.2.0"
77017702
bs58 "^5.0.0"
77027703
content-type "^1.0.4"

0 commit comments

Comments
 (0)