From dcb2ada59c5aaaf220e91753e261554ed805e731 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Mon, 14 Sep 2015 12:51:04 -0700 Subject: [PATCH] :arrow_up: 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: https://github.com/chibicode/react-json-tree/commit/b550c73770ff5a5b41f0d747044b7a6ac2b65eb7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 530722e2..4ec15b2a 100644 --- a/package.json +++ b/package.json @@ -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"