perf(memory): fix memory leak on gui size

This commit is contained in:
Alexey Kasyanchuk
2019-01-31 23:27:25 +03:00
parent aabf6b55a0
commit 60f3052b31
2 changed files with 15 additions and 16 deletions

View File

@ -138,8 +138,8 @@
"node-fetch": "^2.2.0",
"object-hash": "^1.3.0",
"parse-torrent": "^6.1.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-input-range": "^1.3.0",
"react-markdown": "^3.1.5",
"simple-encryptor": "^2.0.0",