fixed immutable.js to be 3.7.x because 3.8.0 breaks flow checks

Summary: Closes https://github.com/facebook/react-native/pull/7014

Differential Revision: D3188876

fb-gh-sync-id: 800e1bf31dfd698a4aa076e64bf27b090b841e40
fbshipit-source-id: 800e1bf31dfd698a4aa076e64bf27b090b841e40
This commit is contained in:
Konstantin Raev
2016-04-16 01:34:19 -07:00
committed by Facebook Github Bot 3
parent 6e7b00508e
commit fb6133efcf
+1 -1
View File
@@ -149,7 +149,7 @@
"fbjs-scripts": "^0.4.0",
"graceful-fs": "^4.1.2",
"image-size": "^0.3.5",
"immutable": "^3.7.5",
"immutable": "~3.7.6",
"joi": "^6.6.1",
"json-stable-stringify": "^1.0.1",
"json5": "^0.4.0",