Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #179 from tchapgouv/remove-prepare-script
Browse files Browse the repository at this point in the history
Use versions of sdks without prepare scripts
  • Loading branch information
estellecomment committed Feb 17, 2022
2 parents 99eac0a + ce6f432 commit d9783c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279",
"gfm.css": "^1.1.2",
"highlight.js": "^9.13.1",
"matrix-js-sdk": "github:tchapgouv/matrix-js-sdk#DINSIC_develop",
"matrix-react-sdk": "github:tchapgouv/matrix-react-sdk#develop",
"matrix-js-sdk": "github:tchapgouv/matrix-js-sdk#1a0775cba",
"matrix-react-sdk": "github:tchapgouv/matrix-react-sdk#a02047475e",
"modernizr": "^3.6.0",
"olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz",
"prop-types": "^15.6.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6101,9 +6101,9 @@ math-random@^1.0.1:
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==

"matrix-js-sdk@github:tchapgouv/matrix-js-sdk#DINSIC_develop", "matrix-js-sdk@github:tchapgouv/matrix-js-sdk#element-v2.2.0":
"matrix-js-sdk@github:tchapgouv/matrix-js-sdk#1a0775cba":
version "2.2.0"
resolved "https://codeload.github.com/tchapgouv/matrix-js-sdk/tar.gz/a85542e5d669adcac4c38267c2a6530205a9bb25"
resolved "https://codeload.github.com/tchapgouv/matrix-js-sdk/tar.gz/1a0775cba29336c52a1a42d91957de18268b232d"
dependencies:
another-json "^0.2.0"
babel-runtime "^6.26.0"
Expand All @@ -6124,9 +6124,9 @@ matrix-mock-request@^1.2.3:
bluebird "^3.5.0"
expect "^1.20.2"

"matrix-react-sdk@github:tchapgouv/matrix-react-sdk#develop":
"matrix-react-sdk@github:tchapgouv/matrix-react-sdk#a02047475e":
version "2.3.7-tchap"
resolved "https://codeload.github.com/tchapgouv/matrix-react-sdk/tar.gz/f0ebd01ac26ef4b5f9d6f958cef26c38d2bb6494"
resolved "https://codeload.github.com/tchapgouv/matrix-react-sdk/tar.gz/a02047475e58c88838ec29e87e8b046a5fd04a56"
dependencies:
babel-plugin-syntax-dynamic-import "^6.18.0"
babel-runtime "^6.26.0"
Expand All @@ -6153,7 +6153,7 @@ matrix-mock-request@^1.2.3:
linkifyjs "^2.1.6"
lodash "^4.17.15"
lolex "2.3.2"
matrix-js-sdk "github:tchapgouv/matrix-js-sdk#element-v2.2.0"
matrix-js-sdk "github:tchapgouv/matrix-js-sdk#1a0775cba"
optimist "^0.6.1"
pako "^1.0.5"
png-chunks-extract "^1.0.0"
Expand Down

0 comments on commit d9783c4

Please sign in to comment.