From 25119f95c81039761dd505c216c1e499003c6294 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Fri, 21 Sep 2018 13:51:50 -0700 Subject: [PATCH] React: Upgrade to react-devtools@^3.4.0 Summary: Upgrades to `react-devtools@^3.4.0`. Notably, this brings the improved coloring to the React Profiler. Reviewed By: bvaughn Differential Revision: D9985352 fbshipit-source-id: 64a76d194275e551f04dd52d775bf26bb16df6b8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed81b04c4f70e3..71601e6af96fe8 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "promise": "^7.1.1", "prop-types": "^15.5.8", "react-clone-referenced-element": "^1.0.1", - "react-devtools-core": "3.3.4", + "react-devtools-core": "^3.4.0", "react-timer-mixin": "^0.13.2", "regenerator-runtime": "^0.11.0", "rimraf": "^2.5.4",