updated mattermost-redux which fixes combined post which ignores other post types (#1684)

Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
This commit is contained in:
Saturnino Abril 2018-05-21 05:51:25 +08:00 committed by GitHub
parent cd58336440
commit b94df667c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -9869,7 +9869,7 @@
}
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#50222617bbbe6381b4777c091720c6f6d833adbe",
"version": "github:mattermost/mattermost-redux#238f9472caea3f11be066374f326f398978504c5",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "1.2.0",

View file

@ -15,7 +15,7 @@
"fuse.js": "^3.2.0",
"intl": "1.2.5",
"jail-monkey": "1.0.0",
"mattermost-redux": "github:mattermost/mattermost-redux#50222617bbbe6381b4777c091720c6f6d833adbe",
"mattermost-redux": "github:mattermost/mattermost-redux#238f9472caea3f11be066374f326f398978504c5",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-intl": "2.4.0",