update mattermost-redux with fix on duplicated user on combined system messages (#1788)

This commit is contained in:
Saturnino Abril 2018-06-20 16:33:44 +08:00 committed by GitHub
parent 7b18047800
commit a6e0fcf128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -9878,8 +9878,8 @@
}
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#c9b633da7fc3fc9ba3cc40ecc9665e088defbe73",
"from": "github:mattermost/mattermost-redux#c9b633da7fc3fc9ba3cc40ecc9665e088defbe73",
"version": "github:mattermost/mattermost-redux#93a458f3adeedc4700db19b4eb59235801216a2a",
"from": "github:mattermost/mattermost-redux#93a458f3adeedc4700db19b4eb59235801216a2a",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "1.2.0",

View file

@ -15,7 +15,7 @@
"intl": "1.2.5",
"jail-monkey": "1.0.0",
"jsc-android": "216113.0.3",
"mattermost-redux": "github:mattermost/mattermost-redux#c9b633da7fc3fc9ba3cc40ecc9665e088defbe73",
"mattermost-redux": "github:mattermost/mattermost-redux#93a458f3adeedc4700db19b4eb59235801216a2a",
"mime-db": "1.33.0",
"prop-types": "15.6.1",
"react": "16.3.2",