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

Commit 1e060de

Browse files
committed
Upgrade dependency to matrix-js-sdk@34.0.0
1 parent 55fba07 commit 1e060de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"maplibre-gl": "^2.0.0",
112112
"matrix-encrypt-attachment": "^1.0.3",
113113
"matrix-events-sdk": "0.0.1",
114-
"matrix-js-sdk": "34.0.0-rc.1",
114+
"matrix-js-sdk": "34.0.0",
115115
"matrix-widget-api": "^1.5.0",
116116
"memoize-one": "^6.0.0",
117117
"minimist": "^1.2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7020,10 +7020,10 @@ matrix-events-sdk@0.0.1:
70207020
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
70217021
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
70227022

7023-
matrix-js-sdk@34.0.0-rc.1:
7024-
version "34.0.0-rc.1"
7025-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.0.0-rc.1.tgz#1b538dfa8a128cd8dc83fd72e2e319a57ff0ce90"
7026-
integrity sha512-QkUBm8+1pkuOBBLfUlqj0cl2fI5JlkgFai6Bl9UBy8ZjJqylzXimuAz8E+8tvYdhYC0STJ6CkpZyWTPjCxP8kg==
7023+
matrix-js-sdk@34.0.0:
7024+
version "34.0.0"
7025+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.0.0.tgz#a888a9bb9d2814115063545789931d3f094fb131"
7026+
integrity sha512-gCOb+fsp2fziE13k64e4IF/FxVKXkSooQF96742CtKsPATqOEoVugnbdTqYiqgiy7skqJxg4Ggh1LsYkf2gykQ==
70277027
dependencies:
70287028
"@babel/runtime" "^7.12.5"
70297029
"@matrix-org/matrix-sdk-crypto-wasm" "^6.0.0"

0 commit comments

Comments
 (0)