Skip to content

Commit 34817a0

Browse files
committed
js-sdk & react-sdk rc.1
1 parent 87e32ba commit 34817a0

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#91e1e566",
6767
"gfm.css": "^1.1.2",
6868
"highlight.js": "^9.13.1",
69-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
70-
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
69+
"matrix-js-sdk": "5.1.1-rc.1",
70+
"matrix-react-sdk": "2.2.3-rc.1",
7171
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
7272
"postcss-easings": "^2.0.0",
7373
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7497,9 +7497,10 @@ mathml-tag-names@^2.1.1:
74977497
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
74987498
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
74997499

7500-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7501-
version "5.1.0"
7502-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/bc53f8fdec7222b6ca44a63cafbc7ae8c4cc396f"
7500+
matrix-js-sdk@5.1.1-rc.1:
7501+
version "5.1.1-rc.1"
7502+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-5.1.1-rc.1.tgz#e3872696b8e6ec3fcae2d1ba1491e6a08d20954a"
7503+
integrity sha512-55F4jvJSVYJb5DDmso6Mld3HJ9v1UW0eT///SMcJtHVIJd5ZSLvsGV7rvMny7w6MHy5enfH4E2yItjjvlAL9dA==
75037504
dependencies:
75047505
"@babel/runtime" "^7.8.3"
75057506
another-json "^0.2.0"
@@ -7519,9 +7520,10 @@ matrix-mock-request@^1.2.3:
75197520
bluebird "^3.5.0"
75207521
expect "^1.20.2"
75217522

7522-
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
7523-
version "2.2.1"
7524-
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/845656064e802054b3857c2a240aaaf88f94f740"
7523+
matrix-react-sdk@2.2.3-rc.1:
7524+
version "2.2.3-rc.1"
7525+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.2.3-rc.1.tgz#71ad42c54054130896a7f7db97e7c4148876abe9"
7526+
integrity sha512-k9L6QtAfbjyvUzTo5HJxhyiO5bSYo0MXhDpnImLnoOsu8I95AFGd/QuiTz919uhq8GrM2bpWTpV9LSkwQjET9Q==
75257527
dependencies:
75267528
"@babel/runtime" "^7.8.3"
75277529
blueimp-canvas-to-blob "^3.5.0"
@@ -7549,7 +7551,7 @@ matrix-mock-request@^1.2.3:
75497551
is-ip "^2.0.0"
75507552
linkifyjs "^2.1.6"
75517553
lodash "^4.17.14"
7552-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
7554+
matrix-js-sdk "5.1.1-rc.1"
75537555
minimist "^1.2.0"
75547556
pako "^1.0.5"
75557557
png-chunks-extract "^1.0.0"

0 commit comments

Comments
 (0)