From f90aba6632d2d697b367c5fbbabad19e8b59ccf6 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 26 Feb 2020 11:44:13 -0300 Subject: [PATCH] Update redux (#3947) (#3963) To include this new changes https://github.com/mattermost/mattermost-redux/pull/1051 Co-authored-by: Mario de Frutos Dieguez --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60e445ea74..78483143cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9955,8 +9955,8 @@ } }, "mattermost-redux": { - "version": "github:mattermost/mattermost-redux#60e2f7740ada255d5c71eaa92acec1e7530a6e56", - "from": "github:mattermost/mattermost-redux#60e2f7740ada255d5c71eaa92acec1e7530a6e56", + "version": "github:mattermost/mattermost-redux#8947eb10059c0b8730ac08e8d25e9b054967fc5c", + "from": "github:mattermost/mattermost-redux#8947eb10059c0b8730ac08e8d25e9b054967fc5c", "requires": { "core-js": "3.1.4", "form-data": "2.5.1", diff --git a/package.json b/package.json index b2ce019a2a..89294b4737 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "intl": "1.2.5", "jail-monkey": "2.3.1", "jsc-android": "241213.2.0", - "mattermost-redux": "github:mattermost/mattermost-redux#60e2f7740ada255d5c71eaa92acec1e7530a6e56", + "mattermost-redux": "github:mattermost/mattermost-redux#8947eb10059c0b8730ac08e8d25e9b054967fc5c", "mime-db": "1.43.0", "moment-timezone": "0.5.27", "prop-types": "15.7.2",