From fd4c37d2f9c4bb0c64107719efd0a76020385fa5 Mon Sep 17 00:00:00 2001 From: Matt Parrish Date: Mon, 12 Oct 2015 09:03:55 -0600 Subject: [PATCH] Bump react-json-tree dependency to 0.2.0 Version 0.2.0 support React 0.13.1 and 0.13.2 instead of requiring at least 0.13.3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78e6459f..98c01189 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "redux": "^2.0.0 || ^3.0.0" }, "dependencies": { - "react-json-tree": "^0.1.9", + "react-json-tree": "^0.2.0", "react-mixin": "^1.7.0", "react-redux": "^3.0.0", "redux": "^2.0.0 || ^3.0.0"