From bc98413f47fc5917a65cbb78052e0e47704fb7ef Mon Sep 17 00:00:00 2001 From: KIRAN KASHALKAR Date: Mon, 26 Jun 2017 14:16:07 -0400 Subject: [PATCH 1/1] NOTICKET: Revert react-treeview version to 0.4.2 Signed-off-by: KIRAN KASHALKAR (cherry picked from commit 3c7c0e0d6be1ffcc08b3613029193e212c12dc7c) Change-Id: I5ed6c9ee2234f950b8ef95664ab93e1a49ee762d --- skyquake/plugins/launchpad/package.json | 4 +++- skyquake/plugins/logging/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/skyquake/plugins/launchpad/package.json b/skyquake/plugins/launchpad/package.json index f6471abd0..22d4f799c 100644 --- a/skyquake/plugins/launchpad/package.json +++ b/skyquake/plugins/launchpad/package.json @@ -28,7 +28,9 @@ "react-router": "^2.0.1", "react-slick": "^0.11.1", "react-tabs": "^0.8.0", - "react-treeview": "^0.4.2", + "react-treeview": "0.4.2", + "react": "^0.14.8", + "react-dom": "^0.14.6", "request-promise": "^3.0.0", "underscore": "^1.8.3" }, diff --git a/skyquake/plugins/logging/package.json b/skyquake/plugins/logging/package.json index d58e262cb..056f0f293 100644 --- a/skyquake/plugins/logging/package.json +++ b/skyquake/plugins/logging/package.json @@ -25,7 +25,7 @@ "react-router": "^2.0.1", "react-slick": "^0.11.1", "react-tabs": "^0.5.3", - "react-treeview": "^0.4.2", + "react-treeview": "0.4.2", "request-promise": "^3.0.0", "underscore": "^1.8.3" }, -- 2.17.1