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

Commit 5075d20

Browse files
committed
Upgrade matrix-js-sdk to 30.2.0-rc.0
1 parent e76a37e commit 5075d20

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"maplibre-gl": "^2.0.0",
104104
"matrix-encrypt-attachment": "^1.0.3",
105105
"matrix-events-sdk": "0.0.1",
106-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
106+
"matrix-js-sdk": "30.2.0-rc.0",
107107
"matrix-widget-api": "^1.5.0",
108108
"memoize-one": "^6.0.0",
109109
"minimist": "^1.2.5",
@@ -130,6 +130,9 @@
130130
"what-input": "^5.2.10"
131131
},
132132
"devDependencies": {
133+
"@action-validator/cli": "^0.5.3",
134+
"@action-validator/core": "^0.5.3",
135+
"@axe-core/playwright": "^4.8.1",
133136
"@babel/cli": "^7.12.10",
134137
"@babel/core": "^7.12.10",
135138
"@babel/eslint-parser": "^7.12.10",
@@ -226,10 +229,7 @@
226229
"stylelint-config-standard": "^34.0.0",
227230
"stylelint-scss": "^5.0.0",
228231
"ts-node": "^10.9.1",
229-
"typescript": "5.2.2",
230-
"@axe-core/playwright": "^4.8.1",
231-
"@action-validator/core": "^0.5.3",
232-
"@action-validator/cli": "^0.5.3"
232+
"typescript": "5.2.2"
233233
},
234234
"peerDependencies": {
235235
"postcss": "^8.4.19",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,10 +1860,10 @@
18601860
emojibase "^15.0.0"
18611861
emojibase-data "^15.0.0"
18621862

1863-
"@matrix-org/matrix-sdk-crypto-wasm@^3.0.1":
1864-
version "3.0.1"
1865-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.0.1.tgz#56a0376f8a389264bcf4d5325b378a71f18b7664"
1866-
integrity sha512-r0PBfUKlLHm67+fpIV21netX5+DujbY2XjJy7JUGJ55oW4XWBNbSf9vElfaQkrdt/iDscL/8I5PoD5lCuVW6zA==
1863+
"@matrix-org/matrix-sdk-crypto-wasm@^3.1.0":
1864+
version "3.1.0"
1865+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.1.0.tgz#38d8707dd5bdad4e98a0a66bf266accfc401b3cd"
1866+
integrity sha512-jFl8jeL16u9pyo1NIdg6US4r+Srm7KixL+cMYVbRG8EwB4UpF4Bt+3TdBUhWGbVc1Qte1htdBjPs8ZB+gZWkYw==
18671867

18681868
"@matrix-org/[email protected]":
18691869
version "2.17.0"
@@ -7604,12 +7604,13 @@ [email protected]:
76047604
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
76057605
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
76067606

7607-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7608-
version "30.1.0"
7609-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/b2018ef81b1b5be71cef073e85f77592a9dadae3"
7607+
7608+
version "30.2.0-rc.0"
7609+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-30.2.0-rc.0.tgz#1afda91a54115a09c943b9873799fc87758739ad"
7610+
integrity sha512-Tf2qdKJnpYUZX/jddvVn+KbP7BHl5hGywSL1I+QA1hJ0L45HeEh6P1bHJvbChOI40VMHGVG611+WZXWw4pHv5A==
76107611
dependencies:
76117612
"@babel/runtime" "^7.12.5"
7612-
"@matrix-org/matrix-sdk-crypto-wasm" "^3.0.1"
7613+
"@matrix-org/matrix-sdk-crypto-wasm" "^3.1.0"
76137614
another-json "^0.2.0"
76147615
bs58 "^5.0.0"
76157616
content-type "^1.0.4"

0 commit comments

Comments
 (0)