From 6cb2bdbb0fe5a51feb93c0938cfec82267ef9722 Mon Sep 17 00:00:00 2001 From: Harshil Sharma Date: Wed, 27 Mar 2019 03:07:50 +0530 Subject: [PATCH] #MI-372 updated mattermost-redux commit ID to use the latest changes (#2670) * #MI-372 updated mattermost-redux commit ID to use the latest changes * Updated commit ID in package lock as well --- 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 044b30171..7fb98652a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9238,8 +9238,8 @@ "integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==" }, "mattermost-redux": { - "version": "github:mattermost/mattermost-redux#98856a37d8f5ee6fab2e49f29b2b950d91c11537", - "from": "github:mattermost/mattermost-redux#98856a37d8f5ee6fab2e49f29b2b950d91c11537", + "version": "github:mattermost/mattermost-redux#0f5765a53adcb00dad1bd0434cd701859d01a94a", + "from": "github:mattermost/mattermost-redux#0f5765a53adcb00dad1bd0434cd701859d01a94a", "requires": { "deep-equal": "1.0.1", "eslint-plugin-header": "2.0.0", diff --git a/package.json b/package.json index b2c8de953..672edd94a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "intl": "1.2.5", "jail-monkey": "2.0.0", "jsc-android": "236355.1.1", - "mattermost-redux": "github:mattermost/mattermost-redux#98856a37d8f5ee6fab2e49f29b2b950d91c11537", + "mattermost-redux": "github:mattermost/mattermost-redux#0f5765a53adcb00dad1bd0434cd701859d01a94a", "mime-db": "1.38.0", "moment-timezone": "0.5.23", "prop-types": "15.7.2",