Skip to content

Commit 506a1b6

Browse files
committed
Reset matrix-js-sdk back to develop branch
1 parent 0035580 commit 506a1b6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"gfm.css": "^1.1.2",
7474
"jsrsasign": "^10.5.25",
7575
"katex": "^0.16.0",
76-
"matrix-js-sdk": "25.0.0",
76+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
7777
"matrix-react-sdk": "3.71.1",
7878
"matrix-widget-api": "^1.3.1",
7979
"react": "17.0.2",

yarn.lock

+22
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,11 @@
15391539
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-js/-/matrix-sdk-crypto-js-0.1.0-alpha.6.tgz#c0bdb9ab0d30179b8ef744d1b4010b0ad0ab9c3a"
15401540
integrity sha512-7hMffzw7KijxDyyH/eUyTfrLeCQHuyU3kaPOKGhcl3DZ3vx7bCncqjGMGTnxNPoP23I6gosvKSbO+3wYOT24Xg==
15411541

1542+
"@matrix-org/matrix-sdk-crypto-js@^0.1.0-alpha.7":
1543+
version "0.1.0-alpha.7"
1544+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-js/-/matrix-sdk-crypto-js-0.1.0-alpha.7.tgz#136375b84fd8a7e698f70fc969f668e541a61313"
1545+
integrity sha512-sQEG9cSfNji5NYBf5h7j5IxYVO0dwtAKoetaVyR+LhIXz/Su7zyEE3EwlAWAeJOFdAV/vZ5LTNyh39xADuNlTg==
1546+
15421547
"@matrix-org/matrix-wysiwyg@^2.0.0":
15431548
version "2.0.0"
15441549
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-wysiwyg/-/matrix-wysiwyg-2.0.0.tgz#913eb5faa5d43c7a4ee9bda68de1aa1dcc49a11d"
@@ -8216,6 +8221,23 @@ [email protected]:
82168221
unhomoglyph "^1.0.6"
82178222
uuid "9"
82188223

8224+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
8225+
version "25.0.0"
8226+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/e3498f0668e30cd545cf0614e6e6e9203a9e359d"
8227+
dependencies:
8228+
"@babel/runtime" "^7.12.5"
8229+
"@matrix-org/matrix-sdk-crypto-js" "^0.1.0-alpha.7"
8230+
another-json "^0.2.0"
8231+
bs58 "^5.0.0"
8232+
content-type "^1.0.4"
8233+
loglevel "^1.7.1"
8234+
matrix-events-sdk "0.0.1"
8235+
matrix-widget-api "^1.3.1"
8236+
p-retry "4"
8237+
sdp-transform "^2.14.1"
8238+
unhomoglyph "^1.0.6"
8239+
uuid "9"
8240+
82198241
matrix-mock-request@^2.5.0:
82208242
version "2.6.0"
82218243
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-2.6.0.tgz#0855c10b250668ce542b697251087be2bcc23f92"

0 commit comments

Comments
 (0)