mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-16 03:01:12 +02:00
Use react-sdk develop as email notifs needs it
This commit is contained in:
parent
c64f71a3cb
commit
4f64f70a12
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
"default_hs_url": "https://matrix.org",
|
"default_hs_url": "https://matrix.org",
|
||||||
"default_is_url": "https://vector.im"
|
"default_is_url": "https://vector.im",
|
||||||
|
"integrations_ui_url": "http://localhost:8081/",
|
||||||
|
"integrations_rest_url": "http://localhost:5050"
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
"highlight.js": "^9.0.0",
|
"highlight.js": "^9.0.0",
|
||||||
"linkifyjs": "^2.0.0-beta.4",
|
"linkifyjs": "^2.0.0-beta.4",
|
||||||
"matrix-js-sdk": "^0.5.2",
|
"matrix-js-sdk": "^0.5.2",
|
||||||
"matrix-react-sdk": "^0.5.2",
|
"matrix-react-sdk": "matrix-org/matrix-react-sdk#develop",
|
||||||
"modernizr": "^3.1.0",
|
"modernizr": "^3.1.0",
|
||||||
"q": "^1.4.1",
|
"q": "^1.4.1",
|
||||||
"react": "^15.0.1",
|
"react": "^15.0.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user