Skip to content

Commit 51f4327

Browse files
committed
Upgrade matrix-react-sdk to 2.3.0
1 parent 37cebf3 commit 51f4327

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"gfm.css": "^1.1.2",
6969
"highlight.js": "^9.13.1",
7070
"matrix-js-sdk": "5.2.0",
71-
"matrix-react-sdk": "2.3.0-rc.1",
71+
"matrix-react-sdk": "2.3.0",
7272
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
7373
"postcss-easings": "^2.0.0",
7474
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7465,21 +7465,6 @@ [email protected]:
74657465
request "^2.88.0"
74667466
unhomoglyph "^1.0.2"
74677467

7468-
7469-
version "5.2.0-rc.1"
7470-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-5.2.0-rc.1.tgz#014239eb713ea3b648b7a573785d01edff1efd03"
7471-
integrity sha512-Jv/0kyZEtkfrD6mlq3g2YoFI2+eOBFOz5D186jJAvFg1W7UaQ5gn6iualR+2AKa1AIk2AT6lDcgPb1djZ7/3Vw==
7472-
dependencies:
7473-
"@babel/runtime" "^7.8.3"
7474-
another-json "^0.2.0"
7475-
browser-request "^0.3.3"
7476-
bs58 "^4.0.1"
7477-
content-type "^1.0.2"
7478-
loglevel "^1.6.4"
7479-
qs "^6.5.2"
7480-
request "^2.88.0"
7481-
unhomoglyph "^1.0.2"
7482-
74837468
matrix-mock-request@^1.2.3:
74847469
version "1.2.3"
74857470
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
@@ -7488,10 +7473,10 @@ matrix-mock-request@^1.2.3:
74887473
bluebird "^3.5.0"
74897474
expect "^1.20.2"
74907475

7491-
7492-
version "2.3.0-rc.1"
7493-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.3.0-rc.1.tgz#f79a0c225a7b0bc42bc3c82ae227cd982b567a3d"
7494-
integrity sha512-96TZxf0pedhRuqz9nREkjTBhBGfsqRP9pn3TZnzETakegiJVuzJben3FKkRDPW+QQxCmJ/ES4xh8bGei8q3JIg==
7476+
7477+
version "2.3.0"
7478+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.3.0.tgz#67c50130e2c62dcd48bae684b1d68eae4ff229f4"
7479+
integrity sha512-K1+y2Q3XcjRu7jN72JKO2bG8yD0MK8i1tYI8/oafvFJP1HlpphUzF58tQ/EAiXs1a4UnsxBV27xvrHOxqzflLQ==
74957480
dependencies:
74967481
"@babel/runtime" "^7.8.3"
74977482
blueimp-canvas-to-blob "^3.5.0"
@@ -7518,7 +7503,7 @@ [email protected]:
75187503
is-ip "^2.0.0"
75197504
linkifyjs "^2.1.6"
75207505
lodash "^4.17.14"
7521-
matrix-js-sdk "5.2.0-rc.1"
7506+
matrix-js-sdk "5.2.0"
75227507
minimist "^1.2.0"
75237508
pako "^1.0.5"
75247509
png-chunks-extract "^1.0.0"

0 commit comments

Comments
 (0)