From 5491c3f942430982ce9cb6140ed1733879ed3d1d Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Mon, 10 Sep 2018 14:42:10 -0700 Subject: [PATCH] React: Upgrade to react-devtools@3.3.4 Summary: Upgrades `react-devtools` for React Native and Nuclide to v3.3.4. Notably, this brings working support for the React Profiler! Reviewed By: bvaughn Differential Revision: D9721317 fbshipit-source-id: 898666d12a33d8b874fcb133e9353f483285edc2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65405a664aa14d..91fc1f1303022d 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.2", + "react-devtools-core": "3.3.4", "react-timer-mixin": "^0.13.2", "regenerator-runtime": "^0.11.0", "rimraf": "^2.5.4",