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

Commit

Permalink
Link react/js-sdk; fix reskindex
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 committed Sep 6, 2022
1 parent 3116edc commit 6114c53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 56 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dist": "Build and make a tar file with the output, in the /dist folder. It is the /webapp dir (see build:bundle), compressed."
},
"scripts": {
"reskindex": "reskindex -h src/header",
"reskindex:watch": "reskindex -h src/header -w",
"reskindex": "./matrix-react-sdk/scripts/reskindex.js -h src/header",
"reskindex:watch": "./matrix-react-sdk/scripts/reskindex.js -h src/header -w",
"i18n": "matrix-gen-i18n",
"prunei18n": "matrix-prune-i18n",
"build:res": "node scripts/copy-res.js",
Expand Down 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": "file:matrix-js-sdk",
"matrix-react-sdk": "file:matrix-react-sdk",
"matrix-js-sdk": "link:matrix-js-sdk",
"matrix-react-sdk": "link:matrix-react-sdk",
"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
59 changes: 7 additions & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6167,6 +6167,10 @@ math-random@^1.0.1:
request "^2.88.0"
unhomoglyph "^1.0.2"

"matrix-js-sdk@link:matrix-js-sdk":
version "0.0.0"
uid ""

matrix-mock-request@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/matrix-mock-request/-/matrix-mock-request-1.2.3.tgz#56b15d86e2601a9b48a854844396d18caab649c8"
Expand All @@ -6175,58 +6179,9 @@ matrix-mock-request@^1.2.3:
bluebird "^3.5.0"
expect "^1.20.2"

"matrix-react-sdk@file:matrix-react-sdk":
version "2.5.6-tchap"
dependencies:
babel-plugin-syntax-dynamic-import "^6.18.0"
babel-runtime "^6.26.0"
bluebird "^3.5.0"
blueimp-canvas-to-blob "^3.5.0"
browser-encrypt-attachment "^0.3.0"
browser-request "^0.3.3"
classnames "^2.1.2"
commonmark "^0.28.1"
counterpart "^0.18.0"
emojibase-data "^4.0.0"
emojibase-regex "^3.0.0"
file-saver "^1.3.3"
filesize "3.5.6"
flux "2.1.1"
focus-trap-react "^3.0.5"
fuse.js "^2.2.0"
gemini-scrollbar "github:matrix-org/gemini-scrollbar#b302279"
gfm.css "^1.1.1"
glob "^5.0.14"
highlight.js "10.4.1"
is-ip "^2.0.0"
isomorphic-fetch "^2.2.1"
linkifyjs "^2.1.6"
lodash "^4.17.15"
lolex "2.3.2"
matrix-js-sdk "file:../../../../../Library/Caches/Yarn/v6/npm-matrix-react-sdk-2.5.6-tchap-3951cfa2-6918-4882-86b3-8647150e27be-1662388907623/node_modules/matrix-js-sdk"
optimist "^0.6.1"
pako "^1.0.5"
png-chunks-extract "^1.0.0"
prop-types "^15.5.8"
qrcode-react "^0.1.16"
qs "^6.6.0"
querystring "^0.2.0"
react "^15.6.0"
react-addons-css-transition-group "15.3.2"
react-beautiful-dnd "^4.0.1"
react-dom "^15.6.0"
react-gemini-scrollbar "github:matrix-org/react-gemini-scrollbar#5e97aef"
resize-observer-polyfill "^1.5.0"
sanitize-html "^2.3.2"
slate "^0.41.2"
slate-html-serializer "^0.6.1"
slate-md-serializer "github:matrix-org/slate-md-serializer#f7c4ad3"
slate-react "^0.18.10"
text-encoding-utf-8 "^1.0.1"
url "^0.11.0"
velocity-animate "^1.5.2"
whatwg-fetch "^1.1.1"
zxcvbn "^4.4.2"
"matrix-react-sdk@link:matrix-react-sdk":
version "0.0.0"
uid ""

matrix-react-test-utils@^0.2.0:
version "0.2.3"
Expand Down

0 comments on commit 6114c53

Please sign in to comment.