From 2689d681866ed68da27eaa1ce84e21029ea439a4 Mon Sep 17 00:00:00 2001 From: Dibyo Majumdar Date: Sun, 4 Nov 2018 18:16:35 -0800 Subject: [PATCH] Upgrade recompose to ^0.25.1 This is the first version of recompose compatible with React 16 (https://github.com/acdlite/recompose/pull/530#issuecomment-332285889) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 938a2dbe..66ba2fb8 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "max-safe-integer": "^1.0.0", "prop-types": "^15.5.8", "react-redux": "^5.0.6", - "recompose": "^0.21.2", + "recompose": "^0.25.1", "redux": "^3.5.2", "reselect": "^2.5.3" },