From 21be6ab687bbf03c7470bb557e3d9967f7fa4d82 Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Thu, 9 Mar 2017 09:24:23 -0500 Subject: [PATCH] Rollback react version in launchpad/package.json Signed-off-by: Laurence Maultsby --- skyquake/plugins/launchpad/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyquake/plugins/launchpad/package.json b/skyquake/plugins/launchpad/package.json index f3a99d010..00b93f601 100644 --- a/skyquake/plugins/launchpad/package.json +++ b/skyquake/plugins/launchpad/package.json @@ -27,8 +27,8 @@ "react-slick": "^0.11.1", "react-tabs": "^0.8.0", "react-treeview": "^0.4.2", - "react": ">=15.0.1", - "react-dom": ">=15.0.1" + "react": "^0.14.8", + "react-dom": "^0.14.6", "request-promise": "^3.0.0", "underscore": "^1.8.3" }, -- 2.25.1