From 62b46efe10f3414eddecf3cade831bea93a68727 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Sat, 16 Apr 2016 01:33:14 -0700 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab02ab5e5b1..65d4408aaa8 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,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",