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

Commit a6f7aa6

Browse files
committed
Upgrade dependency to [email protected]
1 parent f648f00 commit a6f7aa6

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"maplibre-gl": "^2.0.0",
109109
"matrix-encrypt-attachment": "^1.0.3",
110110
"matrix-events-sdk": "0.0.1",
111-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
111+
"matrix-js-sdk": "32.2.0-rc.0",
112112
"matrix-widget-api": "^1.5.0",
113113
"memoize-one": "^6.0.0",
114114
"minimist": "^1.2.5",

yarn.lock

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7014,9 +7014,10 @@ [email protected]:
70147014
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
70157015
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
70167016

7017-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7018-
version "32.1.0"
7019-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/1da5e8f56a29afef0197dd4c3553d2ee4dfbd576"
7017+
7018+
version "32.2.0-rc.0"
7019+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-32.2.0-rc.0.tgz#89f9d5fc5273683f41894bdcf3580ab44f615c13"
7020+
integrity sha512-yiEc68/iTkBg7W1wQlesoOH+7GdnEiKEYycx69DMS9RCaADFKM2AeWDQR8IAupfb1XAUultqxpMHTE7zKRW8Qg==
70207021
dependencies:
70217022
"@babel/runtime" "^7.12.5"
70227023
"@matrix-org/matrix-sdk-crypto-wasm" "^4.9.0"
@@ -8652,7 +8653,16 @@ string-length@^4.0.1:
86528653
char-regex "^1.0.2"
86538654
strip-ansi "^6.0.0"
86548655

8655-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8656+
"string-width-cjs@npm:string-width@^4.2.0":
8657+
version "4.2.3"
8658+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8659+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8660+
dependencies:
8661+
emoji-regex "^8.0.0"
8662+
is-fullwidth-code-point "^3.0.0"
8663+
strip-ansi "^6.0.1"
8664+
8665+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
86568666
version "4.2.3"
86578667
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
86588668
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8746,7 +8756,14 @@ string_decoder@~1.1.1:
87468756
dependencies:
87478757
safe-buffer "~5.1.0"
87488758

8749-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8759+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8760+
version "6.0.1"
8761+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8762+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8763+
dependencies:
8764+
ansi-regex "^5.0.1"
8765+
8766+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
87508767
version "6.0.1"
87518768
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
87528769
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9539,7 +9556,7 @@ which@^2.0.1:
95399556
dependencies:
95409557
isexe "^2.0.0"
95419558

9542-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9559+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
95439560
version "7.0.0"
95449561
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
95459562
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9557,6 +9574,15 @@ wrap-ansi@^6.2.0:
95579574
string-width "^4.1.0"
95589575
strip-ansi "^6.0.0"
95599576

9577+
wrap-ansi@^7.0.0:
9578+
version "7.0.0"
9579+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9580+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9581+
dependencies:
9582+
ansi-styles "^4.0.0"
9583+
string-width "^4.1.0"
9584+
strip-ansi "^6.0.0"
9585+
95609586
wrap-ansi@^8.1.0:
95619587
version "8.1.0"
95629588
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)