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
This commit is contained in:
parent
00330987c8
commit
8085ceca6a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue