Second attempt at fixing the Velocity memory leak

1) Correct fix for Velociraptor (we need to find the DOM node and pass that in)
2) Do the same leak fix for the read marker
3) Update the dependency to our fork which is fixed to make the call we do to release memory actually work.
4) Remove the velocity-ui-pack dependency which is unnecessary because velocity-ui is included in the velocity package
This commit is contained in:
David Baker
2016-06-07 18:22:01 +01:00
parent 507f5e2ca1
commit d5a522fdfe
4 changed files with 18 additions and 7 deletions

View File

@@ -37,8 +37,7 @@
"react-dom": "^15.0.1",
"react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#c3d942e",
"sanitize-html": "^1.11.1",
"velocity-animate": "^1.2.3",
"velocity-ui-pack": "^1.2.2"
"velocity-animate": "vector-im/velocity#a70ebc7"
},
"//babelversion": [
"brief experiments with babel6 seems to show that it generates source ",