⬆️ react-json-tree 0.1.9

@dzannotti helped increase the performance of `react-json-tree` - it doesn't use deep equality check anymore, so it should be much faster. I put it on 0.1.9. The details are on this commit:

b550c73770
This commit is contained in:
Shu Uesugi 2015-09-14 12:51:04 -07:00
parent fc839a0896
commit dcb2ada59c

View File

@ -47,7 +47,7 @@
"redux": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"react-json-tree": "^0.1.8",
"react-json-tree": "^0.1.9",
"react-mixin": "^1.7.0",
"react-redux": "^2.0.0",
"redux": "^2.0.0 || ^3.0.0"