Skip to content

Commit 0240087

Browse files
committed
Unpin matrix-js-sdk so it can be upgraded
1 parent 4ec1b19 commit 0240087

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"livekit-client": "^2.13.0",
110110
"lodash-es": "^4.17.21",
111111
"loglevel": "^1.9.1",
112-
"matrix-js-sdk": "39.2.0",
112+
"matrix-js-sdk": "^39.2.0",
113113
"matrix-widget-api": "^1.14.0",
114114
"normalize.css": "^8.0.1",
115115
"observable-hooks": "^4.2.3",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7547,7 +7547,7 @@ __metadata:
75477547
livekit-client: "npm:^2.13.0"
75487548
lodash-es: "npm:^4.17.21"
75497549
loglevel: "npm:^1.9.1"
7550-
matrix-js-sdk: "npm:39.2.0"
7550+
matrix-js-sdk: "npm:^39.2.0"
75517551
matrix-widget-api: "npm:^1.14.0"
75527552
normalize.css: "npm:^8.0.1"
75537553
observable-hooks: "npm:^4.2.3"
@@ -10352,7 +10352,7 @@ __metadata:
1035210352
languageName: node
1035310353
linkType: hard
1035410354

10355-
"matrix-js-sdk@npm:39.2.0":
10355+
"matrix-js-sdk@npm:^39.2.0":
1035610356
version: 39.2.0
1035710357
resolution: "matrix-js-sdk@npm:39.2.0"
1035810358
dependencies:

0 commit comments

Comments
 (0)