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

Commit bba4029

Browse files
committed
Upgrade JS SDK to 1.2.0-rc.1
1 parent 5c5f997 commit bba4029

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"linkifyjs": "^2.1.6",
8282
"lodash": "^4.13.1",
8383
"lolex": "2.3.2",
84-
"matrix-js-sdk": "1.1.0",
84+
"matrix-js-sdk": "1.2.0-rc.1",
8585
"optimist": "^0.6.1",
8686
"pako": "^1.0.5",
8787
"png-chunks-extract": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,13 +1450,6 @@ balanced-match@^1.0.0:
14501450
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
14511451
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
14521452

1453-
1454-
version "3.0.4"
1455-
resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.4.tgz#94c1788736da065edb1d68808869e357c977fa77"
1456-
integrity sha512-UYOadoSIkEI/VrRGSG6qp93rp2WdokiAiNYDfGW5qURAY8GiAQkvMbwNNSDYiVJopqv4gCna7xqf4rrNGp+5AA==
1457-
dependencies:
1458-
safe-buffer "^5.0.1"
1459-
14601453
base-x@^3.0.2:
14611454
version "3.0.5"
14621455
resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.5.tgz#d3ada59afed05b921ab581ec3112e6444ba0795a"
@@ -4884,14 +4877,13 @@ mathml-tag-names@^2.0.1:
48844877
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.0.tgz#490b70e062ee24636536e3d9481e333733d00f2c"
48854878
integrity sha512-3Zs9P/0zzwTob2pdgT0CHZuMbnSUSp8MB1bddfm+HDmnFWHGT4jvEZRf+2RuPoa+cjdn/z25SEt5gFTqdhvJAg==
48864879

4887-
matrix-js-sdk@1.1.0:
4888-
version "1.1.0"
4889-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-1.1.0.tgz#f0db49de2aa0b0d50c1fe49da538beb4926ce59c"
4890-
integrity sha512-ECoMN6DkwPdKiMa/jSoMkSDngFCo6x7oH84rLd1NtD7lBPl3Ejj6ARa0iIELE7u0OUO6J0FzdWh7Hd0ZnVTmww==
4880+
matrix-js-sdk@1.2.0-rc.1:
4881+
version "1.2.0-rc.1"
4882+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-1.2.0-rc.1.tgz#3bb495fc5dce9372e420455cd6378ddd85844026"
4883+
integrity sha512-2/lcL4QP077Du22G1W+k5KAgSreFxKbZW2dmtI5wr9icPACHHxxN/pEvWLiKkW7Q3+uulb05uTilM6zip9ux/g==
48914884
dependencies:
48924885
another-json "^0.2.0"
48934886
babel-runtime "^6.26.0"
4894-
base-x "3.0.4"
48954887
bluebird "^3.5.0"
48964888
browser-request "^0.3.3"
48974889
bs58 "^4.0.1"

0 commit comments

Comments
 (0)