Remove immutable-js

Summary:
Immutable doesn't seem to be used in react-native anymore so I've removed it as a dependency.

Ensure that all tests pass.
Closes https://github.com/facebook/react-native/pull/13471

Differential Revision: D4877659

Pulled By: javache

fbshipit-source-id: f06996d6d0af73e5bd0108cec75370eec66ca038
This commit is contained in:
Jonathan Kim 2017-04-18 16:36:19 -07:00 committed by Facebook Github Bot
parent e7fe3b165b
commit be5a4609e6

View File

@ -167,7 +167,6 @@
"glob": "^7.1.1",
"graceful-fs": "^4.1.3",
"image-size": "^0.3.5",
"immutable": "~3.7.6",
"imurmurhash": "^0.1.4",
"inquirer": "^0.12.0",
"jest-haste-map": "19.0.0",