From 8085ceca6acdf363c92d25c606689523e9f628e2 Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Wed, 12 Apr 2017 10:19:15 -0700 Subject: [PATCH] Remove unused react-dom dependency from react-native Summary: I'm not sure why we rely on react-dom, so this is an attempt to remove it. Closes https://github.com/facebook/react-native/pull/13425 Reviewed By: gaearon Differential Revision: D4862718 Pulled By: ericvicenti fbshipit-source-id: b9fb9937bff445311880fb923e0b5eb362ca291b --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 1f35c84d500..812898b98cf 100644 --- a/package.json +++ b/package.json @@ -227,7 +227,6 @@ "jest-runtime": "19.0.2", "mock-fs": "^3.11.0", "react": "16.0.0-alpha.6", - "react-dom": "16.0.0-alpha.6", "react-test-renderer": "16.0.0-alpha.6", "shelljs": "0.6.0", "sinon": "^2.0.0-pre.2"